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 ISCSWorkflowStep

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

public interface ISCSWorkflowStep
extends ISCSObject

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.lang.String getAliases()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 ISCSWorkflowStepID getStepID()
           
 java.lang.String getStepType()
           
 int getWeight()
           
 ISCSWorkflowID getWorkflowID()
           
 boolean isAllStep()
           
 boolean isWeighted()
           

 

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 name of the step

getDescription

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

getAliases

java.lang.String getAliases()
Returns:
aliases for this workflow step

getWorkflowID

ISCSWorkflowID getWorkflowID()
Returns:
the associated workflow ID if available

getStepID

ISCSWorkflowStepID getStepID()
Returns:
the step ID if available

isAllStep

boolean isAllStep()
Returns:
true if this is an all step

getStepType

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

isWeighted

boolean isWeighted()
Returns:
true if the step has weight

getWeight

int getWeight()
Returns:
the weight of the step

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.