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

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

public interface ISISTemplateStartEvent
extends ISISObject


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
 boolean canAdhocRouteFrom()
           
 boolean canAdhocRouteTo()
           
 java.lang.String getDescription()
           
 int getEventID()
           
 java.lang.String getEventName()
           
 int getEventType()
           
 int getProcessID()
           
 java.lang.String getProcessName()
           
 int getTemplateID()
           
 java.lang.String getTemplateName()
           
 boolean hasStartEvents()
           
 
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

getTemplateID

int getTemplateID()
Returns:
Represents the numeric identifier of the template that defines the structure of the package.

getTemplateName

java.lang.String getTemplateName()
Returns:
Represents the name of the template that defines the structure of the package.

getProcessID

int getProcessID()
Returns:
Uniquely identifies the Process in which the Event is defined.

getProcessName

java.lang.String getProcessName()
Returns:
Provides the textual name of the the Process in which the Event is defined

getEventID

int getEventID()
Returns:
Uniquely identifies the Event within a given Process.

getEventName

java.lang.String getEventName()
Returns:
Provides the textual name of the Event.

getEventType

int getEventType()
Returns:
Represents the Event's type.

getDescription

java.lang.String getDescription()
Returns:
Represents a textual description of the Event.

canAdhocRouteTo

boolean canAdhocRouteTo()
Returns:
Provides an indication regarding whether or not Packages can be Ad-hoc Routed to the Event.

canAdhocRouteFrom

boolean canAdhocRouteFrom()
Returns:
Provides an indication regarding whether or not Packages can be Ad hoc Routed from the Event.

hasStartEvents

boolean hasStartEvents()
Returns:
Indicates whether or not this TemplateID has associated Start Events.