com.stellent.cis.client.api.scs
Interface ISCSRevisionNode
- All Superinterfaces:
- ICISObject, ICISObjectInitializable, ISCSItem, ISCSObject, java.io.Serializable
public interface ISCSRevisionNode
- extends ISCSItem
A collection of metadata describing a revision of a ISCSItem
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 |
getRevisionLabel
java.lang.String getRevisionLabel()
- Returns:
- the revision label
getStatus
java.lang.String getStatus()
- Returns:
- the status of the revision
getProcessingState
java.lang.String getProcessingState()
- Returns:
- the processing state
getCreatedDate
java.util.Calendar getCreatedDate()
- Returns:
- the date the revision was created
getCreatedDate
java.util.Calendar getCreatedDate(java.util.Locale locale,
java.util.TimeZone timeZone)
- Parameters:
locale
- the current users localetimeZone
- the current users timezone
- Returns:
- the date the revision was created
getReleaseDate
java.util.Calendar getReleaseDate()
- Returns:
- the date the revision was released
getReleaseDate
java.util.Calendar getReleaseDate(java.util.Locale locale,
java.util.TimeZone timeZone)
- Parameters:
locale
- the current users localetimeZone
- the current users timezone
- Returns:
- the date the revision was released