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

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

public interface ISISCreatePackageResult
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
 int getAttachmentCount()
           
 int getPackageID()
           
 java.lang.String getRequestID()
           
 boolean isCreated()
           
 boolean isJournalEntriesMade()
           
 boolean isPlacedInFlow()
           
 boolean isValuesSet()
           
 boolean isXMLMetaData()
           
 
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.

getRequestID

java.lang.String getRequestID()
Returns:
Unique value that represents a particular CreatePackages() operation.

isCreated

boolean isCreated()
Returns:
Boolean property indicating whether or not the particular entry was successfully created.

isValuesSet

boolean isValuesSet()
Returns:
Boolean property indicating whether or not the field values for the Package were successfully created.

isJournalEntriesMade

boolean isJournalEntriesMade()
Returns:
Boolean property indicating whether or not a journal entry was made for this package.

isXMLMetaData

boolean isXMLMetaData()
Returns:
Boolean property indicating whether or not XML Meta data was added to this package.

getAttachmentCount

int getAttachmentCount()
Returns:
The number of attachments associated with this Package.

isPlacedInFlow

boolean isPlacedInFlow()
Returns:
Boolean property indicating whether or not this Package was placed in flow.