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 ISCSWorkflowAction

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

public interface ISCSWorkflowAction
extends ISCSObject

Represents an action taken on a given 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.lang.String getAction()
           
 java.util.Date getActionTime()
           
 java.lang.String getMessage()
           
 java.lang.String getStepName()
           
 java.util.List getUsers()
           
 java.lang.String getWorkflowName()
           

 

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

getWorkflowName

java.lang.String getWorkflowName()
Returns:
the name of the workflow

getStepName

java.lang.String getStepName()
Returns:
the name of the workflow step this action was performed against

getAction

java.lang.String getAction()
Returns:
the action that was performed (i.e. START_WORKFLOW, NOTIFICATION, etc.)

getActionTime

java.util.Date getActionTime()
Returns:
the time when the action was performed

getMessage

java.lang.String getMessage()
Returns:
the message for this action

getUsers

java.util.List getUsers()
Returns:
list of Strings representing the users associated with this action

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.