Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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

All Superinterfaces:
ICISObject, ICISObjectInitializable, ISCSObject, java.io.Serializable

public interface ISCSRevisionHistory
extends ISCSObject

Collection of attributes that describe the revision history of a particular document.


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
 ISCSContentID getContentID()
           
 ISCSDocumentID getDocumentID()
           
 java.util.Date getExpirationDate()
           
 java.lang.String getFormat()
           
 java.lang.String getProcessingState()
           
 java.util.Date getReleaseDate()
           
 java.lang.String getRevisionID()
           
 java.lang.String getRevisionLabel()
           
 java.lang.String getStatus()
           

 

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

 

Method Detail

getContentID

ISCSContentID getContentID()
Returns:
the unique content ID

getFormat

java.lang.String getFormat()
Returns:
the document format (mimetype)

getDocumentID

ISCSDocumentID getDocumentID()
Returns:
the unique document ID

getReleaseDate

java.util.Date getReleaseDate()
Returns:
the date the document was released

getExpirationDate

java.util.Date getExpirationDate()
Returns:
the date the document expired

getProcessingState

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

getRevisionLabel

java.lang.String getRevisionLabel()
Returns:
the revision label

getRevisionID

java.lang.String getRevisionID()
Returns:
the ID of the revision

getStatus

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

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.