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 ISCSWorkflowStepInfoResponse

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

public interface ISCSWorkflowStepInfoResponse
extends ISCSServerResponse

Content server response when querying a workflow step.


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.List getActionHistory()
           
 java.util.List getDocuments()
           
 ISCSWorkflow getWorkflow()
           
 ISCSWorkflowDocument getWorkflowDocument()
           
 ISCSWorkflowStep getWorkflowStep()
           
 java.util.List getWorkflowSteps()
           

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSServerResponse
getChangedSubjects, getChangedTopics, getFieldTypes, getMessage, getOptionList, getOptionLists, getRefreshSubjects, getUser, isCachedResponse

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSServerBinder
addResultSet, addStream, clearStreams, deserializeBinderFromHDA, getChangeMonitors, getDateFormat, getQuerySubjects, getResultSet, getResultSet, getResultSetColumnNames, getResultSetNames, getResultSetSingleRow, getResultSetSingleRow, getService, getStream, getStreamNames, getTimeZoneFromDateFormat, serializeBinderAsHDA, setChangeMonitors, setQuerySubjects, setService

 

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

getWorkflowStep

ISCSWorkflowStep getWorkflowStep()
Returns:
the current workflow step

getWorkflow

ISCSWorkflow getWorkflow()
Returns:
the workflow object

getWorkflowSteps

java.util.List getWorkflowSteps()
Returns:
a list of ISCSWorkflowStep objects

getWorkflowDocument

ISCSWorkflowDocument getWorkflowDocument()
Returns:
get the workflow information about the current document

getDocuments

java.util.List getDocuments()
Returns:
a list of ISCSInfoContent objects associated with this workflow step

getActionHistory

java.util.List getActionHistory()
Returns:
a list of ISCSWorkflowAction objects that contain the action history for this workflow item

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.