public class IncompleteCollectionState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
setStatus(IncompleteCollectionState.IncompleteCollectionStatus status) |
void |
setWorkFlowId(long id) |
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
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)
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()
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.