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 ISCSWorkflow

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

public interface ISCSWorkflow
extends ISCSObject

Represents a workflow item in the content server.


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.Date getCompletionDate()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getProjectID()
           
 java.lang.String getSecurityGroup()
           
 ISCSWorkflowID getWorkflowID()
           
 java.lang.String getWorkflowStatus()
           
 java.lang.String getWorkflowType()
           
 boolean isCollaboration()
           

 

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

getName

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

getDescription

java.lang.String getDescription()
Returns:
the description of the workflow

getCompletionDate

java.util.Date getCompletionDate()
Returns:
the date of completion

isCollaboration

boolean isCollaboration()
Returns:
true if this is a collaboration

getProjectID

java.lang.String getProjectID()
Returns:
the collaboration project ID

getSecurityGroup

java.lang.String getSecurityGroup()
Returns:
the security group this workflow resides in

getWorkflowID

ISCSWorkflowID getWorkflowID()
Returns:
the workflow ID

getWorkflowStatus

java.lang.String getWorkflowStatus()
Returns:
the workflow status

getWorkflowType

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

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.