|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.endeca.portal.data.IncompleteCollectionState
public class IncompleteCollectionState
Class to represent Data Sets that have still not been completed. These are the data sets started in the Self Service wizard but still not completed
Nested Class Summary | |
---|---|
static class |
IncompleteCollectionState.IncompleteCollectionStatus
Status of Incomplete Collections DATA_INGEST_NOT_STARTED - Data ingest is not started yet. outerTransactionId is null when status is DATA_INGEST_NOT_STARTED DATA_INGEST_IN_PROGRESS - User has completed the creation process via wizard, data ingest is still in progress. |
static class |
IncompleteCollectionState.LastOperation
|
Field Summary | |
---|---|
protected java.lang.String |
dataSourceState
|
protected java.lang.String |
dataSourceType
|
protected boolean |
defaultPageCreated
|
protected java.lang.String |
key
|
protected IncompleteCollectionState.LastOperation |
lastOperation
|
protected java.lang.String |
outerTransactionId
|
protected IncompleteCollectionState.IncompleteCollectionStatus |
status
|
protected long |
workFlowId
|
Constructor Summary | |
---|---|
IncompleteCollectionState()
|
|
IncompleteCollectionState(long workFlowId,
java.lang.String dataSourceType,
java.lang.String dataSourceState,
java.lang.String collectionKey)
|
|
IncompleteCollectionState(java.lang.String collectionKey,
java.lang.String pipelineName)
|
Method Summary | |
---|---|
java.lang.String |
getDataSourceState()
|
java.lang.String |
getDataSourceType()
|
boolean |
getDefaultPageCreated()
|
java.lang.String |
getKey()
Collection key. |
IncompleteCollectionState.LastOperation |
getLastOperation()
|
java.lang.String |
getOuterTransactionId()
Outer Transaction Id to be used for all requests for corresponding MDEXState. |
java.lang.String |
getPipelineName()
|
IncompleteCollectionState.IncompleteCollectionStatus |
getStatus()
Status of Incomplete Collections DATA_INGEST_NOT_STARTED - Data ingest is not started yet. outerTransactionId is null when status is DATA_INGEST_NOT_STARTED DATA_CONFIG_IN_PROGRESS - Data ingest is not started yet but user has completed the wizard steps. outerTransactionId is null when status is DATA_CONFIG_IN_PROGRESS DATA_INGEST_IN_PROGRESS - User has completed the creation process via wizard, data ingest is still in progress. |
long |
getWorkFlowId()
|
void |
setDataSourceState(java.lang.String state)
|
void |
setDataSourceType(java.lang.String type)
|
void |
setDefaultPageCreated(boolean defaultPageCreated)
|
void |
setKey(java.lang.String key)
Collection key. |
void |
setLastOperation(IncompleteCollectionState.LastOperation lastOperation)
|
void |
setOuterTransactionId(java.lang.String transactionId)
|
void |
setPipelineName(java.lang.String pipelineName)
|
void |
setStatus(IncompleteCollectionState.IncompleteCollectionStatus status)
|
void |
setWorkFlowId(long id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long workFlowId
protected java.lang.String dataSourceType
protected java.lang.String dataSourceState
protected java.lang.String outerTransactionId
protected java.lang.String key
protected IncompleteCollectionState.IncompleteCollectionStatus status
protected IncompleteCollectionState.LastOperation lastOperation
protected boolean defaultPageCreated
Constructor Detail |
---|
public IncompleteCollectionState()
public IncompleteCollectionState(java.lang.String collectionKey, java.lang.String pipelineName)
public IncompleteCollectionState(long workFlowId, java.lang.String dataSourceType, java.lang.String dataSourceState, java.lang.String collectionKey)
Method Detail |
---|
public void setDataSourceType(java.lang.String type)
public java.lang.String getDataSourceType()
public void setDataSourceState(java.lang.String state)
public java.lang.String getDataSourceState()
public void setWorkFlowId(long id)
public long getWorkFlowId()
public void setStatus(IncompleteCollectionState.IncompleteCollectionStatus status)
public IncompleteCollectionState.IncompleteCollectionStatus getStatus()
public void setOuterTransactionId(java.lang.String transactionId)
public java.lang.String getOuterTransactionId()
public void setKey(java.lang.String key)
key
- public java.lang.String getKey()
public void setLastOperation(IncompleteCollectionState.LastOperation lastOperation)
public IncompleteCollectionState.LastOperation getLastOperation()
public void setDefaultPageCreated(boolean defaultPageCreated)
public boolean getDefaultPageCreated()
public java.lang.String getPipelineName()
public void setPipelineName(java.lang.String pipelineName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |