|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Classes that implement the EmailSubpart
interface allow access to the subparts
of an email message, which can be either attachments or inline objects.
Field Summary | |
static java.lang.String |
COLLABORATIONTYPE_SYMNAME
Value of the "CollaborationType" Content Engine property. |
static int |
INLINE_OFFSET
Value of the offset for inline parts. |
static java.lang.String |
MEMBERSHIPMANAGEDSECURITY_SYMNAME
Value of "MembershipManagedSecurity" Content Engine property. |
static java.lang.String |
PARENT_SYMNAME
Value of the "CollaborationParent" Content Engine property. |
static java.lang.String[] |
PROPERTIES
|
static java.lang.String |
SECURITYOWNERID_SYMNAME
Value of "SecurityOwnerID" Content Engine property. |
static java.lang.String |
SUBPART_FILENAME_SYMNAME
Value of the "DocumentTitle" Content Engine property. |
static java.lang.String |
SUBPART_NUMBER_SYMNAME
Value of the "SubpartNumber" Content Engine property. |
static java.lang.String |
TEAMSPACE_SYMNAME
Value of the "Teamspace" Content Engine property. |
Method Summary | |
com.filenet.wcm.api.TransportInputStream |
getContent()
Return the content of this attachment/inline part. |
java.lang.String |
getFilename()
Get the filename of this subpart. |
Email |
getParent()
Return the parent Email object for this subpart. |
int |
getSubpartNumber()
Get the number of this subpart. |
Teamspace |
getTeamspace()
Return the teamspace that contains this message. |
Methods inherited from interface com.filenet.bso.api.collaboration.CollaborationObject |
getSymbolicName, getType |
Methods inherited from interface com.filenet.bso.api.collaboration.PersistentBaseObject |
getBaseObject, getID, getObjectStore, getProperties, isMembershipManagedSecurity, isOwner, refresh, setProperties |
Field Detail |
public static final java.lang.String COLLABORATIONTYPE_SYMNAME
public static final java.lang.String SUBPART_FILENAME_SYMNAME
public static final java.lang.String SUBPART_NUMBER_SYMNAME
public static final java.lang.String PARENT_SYMNAME
public static final java.lang.String TEAMSPACE_SYMNAME
public static final java.lang.String MEMBERSHIPMANAGEDSECURITY_SYMNAME
public static final java.lang.String SECURITYOWNERID_SYMNAME
public static final java.lang.String[] PROPERTIES
public static final int INLINE_OFFSET
Method Detail |
public java.lang.String getFilename()
public int getSubpartNumber()
public Email getParent()
Email
object for this subpart.public com.filenet.wcm.api.TransportInputStream getContent()
public Teamspace getTeamspace()
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |