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

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

public interface ISISPackageResult
extends ISISObject

The PackageResult interface contains information related to the success or failure of an associated Package-related operation.


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 getAutoAttachmentTypeID()
           
 java.lang.String getJournalEntry()
           
 int getPackageID()
           
 boolean hasSucceeded()
           
 
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

getPackageID

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

hasSucceeded

boolean hasSucceeded()
Returns:
Boolean property detailing whether or not the associated web service call was successful for this particular package ID.

getAutoAttachmentTypeID

int getAutoAttachmentTypeID()
Returns:
A number that uniquely identifies the AttachmentType within a package template definition.

getJournalEntry

java.lang.String getJournalEntry()
Returns:
Returns the value of the Journal Entry added by the associated web service call.