com.stellent.cis.client.api.scs.document
Interface ISCSActionContent

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

public interface ISCSActionContent
extends ISCSContent

Content object returned by the action methods (checkout, undocheckout)


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware
 
Field Summary
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 java.lang.String getCheckedOutUser()
           
 java.lang.String getReleaseState()
           
 java.lang.String getRevisionClassID()
           
 java.lang.String getStatus()
           
 java.lang.String getWorkflowState()
           
 boolean isCheckedOut()
           
 
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
 

Method Detail

getStatus

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

getWorkflowState

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

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

getReleaseState

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

getRevisionClassID

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