com.stellent.cis.client.api.sis.process
Interface ISISProcessProfile

All Superinterfaces:
ICISObject, ISISObject, java.io.Serializable

public interface ISISProcessProfile
extends ISISObject

Represents a single named fixed process profile.


Field Summary
 
Fields inherited from interface com.stellent.cis.client.api.sis.ISISObject
OPERATOR_ADVSEARCH, OPERATOR_ALLVALUES, OPERATOR_AND, OPERATOR_BEGINSWITH, OPERATOR_CONTAINS, OPERATOR_ENDSWITH, OPERATOR_EQUAL, OPERATOR_EXACTPHRASE, OPERATOR_GREATERTHAN, OPERATOR_GREATERTHANEQUAL, OPERATOR_IN, OPERATOR_LESSTHAN, OPERATOR_LESSTHANEQUAL, OPERATOR_LIKE, OPERATOR_NOTBEGINSWITH, OPERATOR_NOTCONTAINS, OPERATOR_NOTENDSWITH, OPERATOR_NOTEQUAL, OPERATOR_NOTIN, OPERATOR_NOTLIKE, OPERATOR_OR, OPERATOR_SEARCH
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 int getProfileID()
           
 java.lang.String getProfileName()
           
 int getProfileType()
           
 boolean hasPrompts()
           
 boolean isLastUsed()
           
 
Methods inherited from interface com.stellent.cis.client.api.sis.ISISObject
getErrorMessage, getObjectVersion, getSourceObject, getSourceObject, hasError
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 

Method Detail

getProfileID

int getProfileID()
Returns:
This property is a number that identifies the Profile Id to which the profile can filter on.

getProfileName

java.lang.String getProfileName()
Returns:
Provides the textual name of the named Profile.

getProfileType

int getProfileType()
Returns:
This property identifies the ProfileType for the profile.

hasPrompts

boolean hasPrompts()
Returns:
Indicates if the profile has prompts.

isLastUsed

boolean isLastUsed()
Returns: