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 ISCSWorkflowQueueItem

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

public interface ISCSWorkflowQueueItem
extends ISCSItem

A workflow item in a given users queue.


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 getCheckoutUser()
           
 java.lang.String getCollaborationName()
           
 java.lang.String getName()
           
 java.lang.String getQueueActionState()
           
 java.lang.String getQueueEnterTimeStamp()
           
 java.lang.String getQueueLastActionTimeStamp()
           
 java.lang.String getStepName()
           
 java.lang.String getStepType()
           
 java.lang.String getTitle()
           

 

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

getCollaborationName

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

getTitle

java.lang.String getTitle()
Returns:
the title of the document

getCheckoutUser

java.lang.String getCheckoutUser()
Returns:
the user who currently has the document checked out

getName

java.lang.String getName()
Returns:
the workflow name

getStepName

java.lang.String getStepName()
Returns:
the currently active workflow step

getStepType

java.lang.String getStepType()
Returns:
the type of workflow step

getQueueActionState

java.lang.String getQueueActionState()
Returns:
the queue action state

getQueueEnterTimeStamp

java.lang.String getQueueEnterTimeStamp()
Returns:
the time the item entered the queue

getQueueLastActionTimeStamp

java.lang.String getQueueLastActionTimeStamp()
Returns:
the last time the workflow action was executed

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.