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
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


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.util.Calendar getCreatedDate()
           
 java.util.Calendar getCreatedDate(java.util.Locale locale, java.util.TimeZone timeZone)
           
 java.lang.String getProcessingState()
           
 java.util.Calendar getReleaseDate()
           
 java.util.Calendar getReleaseDate(java.util.Locale locale, java.util.TimeZone timeZone)
           
 java.lang.String getRevisionLabel()
           
 java.lang.String getStatus()
           

 

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

 

Method Detail

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 locale
timeZone - 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 locale
timeZone - the current users timezone
Returns:
the date the revision was released

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.