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.
|
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 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() |
IncompleteCollectionState.IncompleteCollectionStatus |
getStatus()
Status of Incomplete Collections DATA_INGEST_NOT_STARTED - Data ingest is not started yet.
|
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 |
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 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 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.