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

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

public interface ISISPackageAttachment
extends ISISObject

The PackageAttachment interface represents documents that are to be attached to the given Package.


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
 ISISID getID()
           
 java.lang.String getTitle()
           
 java.lang.String getType()
           
 void setID(ISISID id)
           
 
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

getTitle

java.lang.String getTitle()
Returns:
Represents the title of the attachment. The title is determined by Template Fields.

getType

java.lang.String getType()
Returns:
Represents the attachment type.

getID

ISISID getID()
Returns:
Contains the SystemFields for the attachment.

setID

void setID(ISISID id)
Parameters:
id - Contains the SystemFields for the attachment.