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

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

public interface ISISPackage
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
 java.util.Calendar getCreateDate()
           
 java.lang.String getCreatorName()
           
 java.util.Calendar getDueDate()
           
 java.util.Calendar getInQueueDate()
           
 java.lang.String getLockedByName()
           
 int getPackageID()
           
 int getPackageType()
           
 int getPriority()
           
 java.lang.String getProcessName()
           
 java.lang.String getQueueName()
           
 java.lang.String getTemplateName()
           
 java.lang.String getTitle()
           
 
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

getPackageType

int getPackageType()
Returns:
Represents the current type (or state) of the package.

getPriority

int getPriority()
Returns:
Represents the package's current priority.

getPackageID

int getPackageID()
Returns:
Represents the numeric identifier for this copy of the package.

getTitle

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

getQueueName

java.lang.String getQueueName()
Returns:
Represents the name of the event queue in which the package is currently located.

getProcessName

java.lang.String getProcessName()
Returns:
Represents the name of the process in which the package is currently located.

getTemplateName

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

getCreatorName

java.lang.String getCreatorName()
Returns:
This property contains the name of the package creator.

getLockedByName

java.lang.String getLockedByName()
Returns:
Represents the name of the user to which the package is currently locked.

getCreateDate

java.util.Calendar getCreateDate()
Returns:
This property represents the date that the package was created.

getDueDate

java.util.Calendar getDueDate()
Returns:
Represents the date and time upon which the package's Due Date Trigger will be fired.

getInQueueDate

java.util.Calendar getInQueueDate()
Returns:
Represents the date and time at which the package arrived in its current queue.