|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectapollo.dataadapter.CurationState
public class CurationState
| Constructor Summary | |
|---|---|
CurationState(int i)
|
|
| Method Summary | |
|---|---|
void |
addAnnotationEditor(AnnotationEditor ae,
boolean forwardStrand)
|
void |
emptyNameAdapter()
|
AnnotationEditor |
getAnnotationEditor(boolean forwardStrand)
|
java.lang.String |
getCurationName()
|
CurationSet |
getCurationSet()
|
ApolloDataAdapterI |
getDataAdapter()
|
ApolloNameAdapterI |
getNameAdapter(AnnotatedFeatureI af)
A style/property scheme can be used by multiple curations (which is often the case) BUT the name adapters proscribed by its feature properties are curation specific in that they require the curations transaction manager, as the TM is checked for past ids in making new temp ids. |
PropertyScheme |
getPropertyScheme()
|
TransactionManager |
getTransactionManager()
Get the TransactionManager used by the embed curationSet. |
boolean |
haveAnnots()
Returns true if curSet have >0 annotations |
boolean |
haveSequence()
Whether curationSet has ref sequence (formerly in ApolloFrame) |
void |
setCurationName(java.lang.String spStr)
|
void |
setCurationSet(CurationSet cs)
CurationHolder goes through compDatHolder and sets CurationState cur set |
void |
setDataAdapter(ApolloDataAdapterI da)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CurationState(int i)
| Method Detail |
|---|
public void setCurationName(java.lang.String spStr)
public java.lang.String getCurationName()
public void setCurationSet(CurationSet cs)
public CurationSet getCurationSet()
public void setDataAdapter(ApolloDataAdapterI da)
public ApolloDataAdapterI getDataAdapter()
public PropertyScheme getPropertyScheme()
public void emptyNameAdapter()
public ApolloNameAdapterI getNameAdapter(AnnotatedFeatureI af)
public TransactionManager getTransactionManager()
CurationSet.getTransactionManager.
public void addAnnotationEditor(AnnotationEditor ae,
boolean forwardStrand)
public AnnotationEditor getAnnotationEditor(boolean forwardStrand)
public boolean haveSequence()
public boolean haveAnnots()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||