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.workflow
Interface ISCSWorkflowDocument

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

public interface ISCSWorkflowDocument
extends ISCSObject

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 getCollaborationName()
           
 java.lang.String getComputed()
           
 ISCSContentID getContentID()
           
 java.lang.String getDirectory()
           
 java.lang.String getDocumentState()
           
 ISCSWorkflowStepID getStepID()
           
 ISCSWorkflowID getWorkflowID()
           

 

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 document content ID

getCollaborationName

java.lang.String getCollaborationName()
Returns:
get the name of the collaboration

getComputed

java.lang.String getComputed()
Returns:
the workflow computed value

getStepID

ISCSWorkflowStepID getStepID()
Returns:
the current step ID of the workflow for this document

getDirectory

java.lang.String getDirectory()
Returns:
the directory for this workflow

getDocumentState

java.lang.String getDocumentState()
Returns:
the document state (i.e. INPROCESS)

getWorkflowID

ISCSWorkflowID getWorkflowID()
Returns:
the workflow ID

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.