com.stellent.cis.client.api.scs.document.information
Interface ISCSInfoContent

All Superinterfaces:
ICISContent, ICISObject, ICISObjectInitializable, ISCSContent, ISCSItem, ISCSObject, java.io.Serializable

public interface ISCSInfoContent
extends ISCSContent


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware
 
Field Summary
static int PROCESSING_STATE_CONVERTED
          converted
static int PROCESSING_STATE_META_ONLY
          Indexer metadata only, document has been fully converted
static int PROCESSING_STATE_PASSTHRU
          DocRefinery passthru
static int PROCESSING_STATE_QUEUE
          submitted to queue for conversion
static int PROCESSING_STATE_UNKNOWN
          illegal or failed state
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 java.util.Date getAvailableDate()
           
 java.lang.String getCheckedOutUser()
           
 java.util.Date getCreatedDate()
           
 int getIndexerState()
           
 java.lang.String getLocation()
           
 java.lang.String getMessage()
           
 java.lang.String getProcessingState()
           
 java.lang.String getPublishState()
           
 java.lang.String getReleaseState()
           
 java.lang.String getRevisionClassID()
           
 java.lang.String getStatus()
           
 java.lang.String getWorkflowState()
           
 boolean isCheckedOut()
           
 boolean isHasAlternate()
           
 boolean isPrimary()
           
 boolean isWebFormat()
           
 
Methods inherited from interface com.stellent.cis.client.api.scs.ISCSContent
getComments, getExpirationDate, getExtension, getFileName, getFileSize, getFolderID, getFormat, getInternalID, getReleaseDate, getRevisionLabel, getTitle, getTrashDeleteDate, getTrashDeleteLocation, getTrashDeleteOldName, getTrashDeleter, getWebExtension, isHidden, isInhibitMetaDataUpdate, isReadOnly, setComments, setExpirationDate, setFolderID, setFormat, setHidden, setInhibitMetaDataUpdate, setReadOnly, setReleaseDate, setRevisionLabel, setTitle, setTrashDeleteDate, setTrashDeleteLocation, setTrashDeleteOldName, setTrashDeleter
 
Methods inherited from interface com.stellent.cis.client.api.scs.ISCSItem
getAuthor, getContentID, getDocumentID, getSecurityAccount, getSecurityGroup, getType, setAuthor, setContentID, setDocumentID, setSecurityAccount, setSecurityGroup, setType
 
Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
intialize
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISContent
getIdentifier, getName, getProperty, getSourceAdapter, getType, setProperty
 

Field Detail

PROCESSING_STATE_QUEUE

static final int PROCESSING_STATE_QUEUE
submitted to queue for conversion

See Also:
Constant Field Values

PROCESSING_STATE_CONVERTED

static final int PROCESSING_STATE_CONVERTED
converted

See Also:
Constant Field Values

PROCESSING_STATE_PASSTHRU

static final int PROCESSING_STATE_PASSTHRU
DocRefinery passthru

See Also:
Constant Field Values

PROCESSING_STATE_META_ONLY

static final int PROCESSING_STATE_META_ONLY
Indexer metadata only, document has been fully converted

See Also:
Constant Field Values

PROCESSING_STATE_UNKNOWN

static final int PROCESSING_STATE_UNKNOWN
illegal or failed state

See Also:
Constant Field Values
Method Detail

isCheckedOut

boolean isCheckedOut()
Returns:
true if the document is checked out

getCheckedOutUser

java.lang.String getCheckedOutUser()
Returns:
the username of the user who has the document checked out or null if no one has the document checked out

getCreatedDate

java.util.Date getCreatedDate()
Returns:
the date the document was created

getIndexerState

int getIndexerState()
Returns:
the state of the indexer on this document (i.e. PROCESSING_STATE_CONVERTED, PROCESSING_STATE_UNKNOWN, etc.)

isPrimary

boolean isPrimary()
Returns:
true if this is the primary document

isWebFormat

boolean isWebFormat()
Returns:
true if this is the web format

getLocation

java.lang.String getLocation()
Returns:
the location of the document

getMessage

java.lang.String getMessage()
Returns:
message associated with this document

getProcessingState

java.lang.String getProcessingState()
Returns:
the state of the processing

getPublishState

java.lang.String getPublishState()
Returns:
the state of the publishing

getAvailableDate

java.util.Date getAvailableDate()
Returns:
when this document was made available (when the document status was set to released)

getReleaseState

java.lang.String getReleaseState()
Returns:
the release state

getRevisionClassID

java.lang.String getRevisionClassID()
Returns:
the revision class ID

getStatus

java.lang.String getStatus()
Returns:
the status of this document

getWorkflowState

java.lang.String getWorkflowState()
Returns:
the workflow state of this document

isHasAlternate

boolean isHasAlternate()
Returns:
true if there is an alternate version of the native content represented by this object