Content Operations API
A C D F G M P S U

A

applySecurityTemplate(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Applies a security template to an attachment.
applySecurityTemplateMany(VWAttachment[], String) - Method in class filenet.contentops.ContentOperations
Applies a security template to an array of homogeneous attachments.

C

changeClass(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Changes the class of a supplied custom object, document or folder.
checkin(VWAttachment, String[], String, String, String) - Method in class filenet.contentops.ContentOperations
Checks in an attached document as a new major version.
checkout(VWAttachment) - Method in class filenet.contentops.ContentOperations
Checks out an attachment from a repository.
ContentOperations - Class in filenet.contentops
Provides content operations on Content Engine and Content Manager repositories from Process Engine workflows.
ContentOperations() - Constructor for class filenet.contentops.ContentOperations
 
copy(VWAttachment, boolean) - Method in class filenet.contentops.ContentOperations
Copies a document or custom object within the same repository.
copyMany(VWAttachment[], boolean) - Method in class filenet.contentops.ContentOperations
Copies documents or custom objects within the same repository.
createCustomObject(VWAttachment, String, String[]) - Method in class filenet.contentops.ContentOperations
Creates a custom object using a specified class, and property values.
createDocument(VWAttachment, String, String[], String, String, String) - Method in class filenet.contentops.ContentOperations
Creates a document using the specified class, properties, and content.
createFolder(VWAttachment, String, String[]) - Method in class filenet.contentops.ContentOperations
Creates a folder, either at the root of the object store or as a child of an attached folder.

D

delete(VWAttachment) - Method in class filenet.contentops.ContentOperations
Deletes the specified attachment.
deleteMany(VWAttachment[]) - Method in class filenet.contentops.ContentOperations
Deletes an array of specified attachments.

F

file(VWAttachment, VWAttachment) - Method in class filenet.contentops.ContentOperations
Takes an object that is already in the repository and files it into a new folder.
fileMany(VWAttachment, VWAttachment[]) - Method in class filenet.contentops.ContentOperations
Files one or more objects (documents or custom objects) into a specified folder.
filenet.contentops - package filenet.contentops
 

G

getBooleanProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the Boolean value for the specified property from the specified document attachment.
getContent(VWAttachment) - Method in class filenet.contentops.ContentOperations
Gets the content of the attached document.
getDateProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the Date value for the specified property from the specified document attachment.
getDoubleProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the Double value for the specified property from the specified document attachment.
getIntegerProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the Integer value for the specified property from the specified document attachment.
getMultiBooleanProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the Boolean values of a multivalued property.
getMultiDateProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the Date values of a multivalued property.
getMultiDoubleProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the Double values of a multivalued property.
getMultiIntegerProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the Integer values of a multivalued property.
getMultiObjectProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the object values of a multivalued property.
getMultiStringProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the String values of a multivalued property.
getObjectProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the object referenced by an attached object's object-valued property.
getObjFromPath(String, String, String) - Method in class filenet.contentops.ContentOperations
Gets an object (custom object, folder or document) from a specified repository using a specified path.
getStringProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the String value for the specified property from the specified document attachment.
getURLFromAttachment(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the URL for the document attachment.

M

move(VWAttachment, VWAttachment) - Method in class filenet.contentops.ContentOperations
Moves the specified document or custom object from its existing folder to the specified folder (similar to an unfile and file operation).
moveMany(VWAttachment, VWAttachment[]) - Method in class filenet.contentops.ContentOperations
Moves the specified documents or custom objects from their existing folder to the specified folder (similar to an unfile and file operation).

P

PECMInit() - Method in class filenet.contentops.ContentOperations
For FileNet internal use only.
PECMStop() - Method in class filenet.contentops.ContentOperations
For FileNet internal use only.
publish(VWAttachment, VWAttachment) - Method in class filenet.contentops.ContentOperations
Publishes the specified document attachment using the specified template.

S

searchForMany(VWAttachment, String, int[], String[]) - Method in class filenet.contentops.ContentOperations
Executes the simple search template or stored search identified in an attachment, returning an array of objects matching the search criteria.
searchForOne(VWAttachment, String, int[], String[]) - Method in class filenet.contentops.ContentOperations
Executes the simple search template or stored search identified in an attachment, returning the first object matching the search criteria.
sendMail(String, String, String, String) - Method in class filenet.contentops.ContentOperations
Sends mail as text/plain with no attachment.
sendMailAttachment(String, String, String, String, VWAttachment[]) - Method in class filenet.contentops.ContentOperations
Sends mail with a document attachment.
sendMailTemplate(String, String, String, VWAttachment, String[]) - Method in class filenet.contentops.ContentOperations
Sends mail using a template.
sendMailTemplateAttachment(String, String, String, VWAttachment, String[], VWAttachment[]) - Method in class filenet.contentops.ContentOperations
Sends mail using a template with a document attachment.
sendMailTemplateURL(String, String, String, VWAttachment, String[], VWAttachment[], String) - Method in class filenet.contentops.ContentOperations
Sends mail using a template with the URLs of the attached documents appended to the end of the body of the email.
sendMailURL(String, String, String, String, VWAttachment[], String) - Method in class filenet.contentops.ContentOperations
Sends mail with the URLs of the attached documents appended to the end of the body of the email.
setBooleanProperty(VWAttachment, String, Boolean) - Method in class filenet.contentops.ContentOperations
Sets the Boolean value for the specified property on the specified document attachment.
setDateProperty(VWAttachment, String, Date) - Method in class filenet.contentops.ContentOperations
Sets the Date value for the specified property on the specified document attachment.
setDoubleProperty(VWAttachment, String, Double) - Method in class filenet.contentops.ContentOperations
Sets the Double value for the specified property on the specified document attachment.
setIntegerProperty(VWAttachment, String, Integer) - Method in class filenet.contentops.ContentOperations
Sets the Integer value for the specified property on the specified document attachment.
setMultiBooleanProperty(VWAttachment, String, Boolean[]) - Method in class filenet.contentops.ContentOperations
Sets the Boolean values of a multivalued property.
setMultiDateProperty(VWAttachment, String, Date[]) - Method in class filenet.contentops.ContentOperations
Sets the Date values of a multivalued property.
setMultiDoubleProperty(VWAttachment, String, Double[]) - Method in class filenet.contentops.ContentOperations
Sets the Double values of a multivalued property.
setMultiIntegerProperty(VWAttachment, String, Integer[]) - Method in class filenet.contentops.ContentOperations
Sets the Integer values of a multivalued property.
setMultiStringProperty(VWAttachment, String, String[]) - Method in class filenet.contentops.ContentOperations
Sets the String values of a multivalued property.
setObjectProperty(VWAttachment, String, VWAttachment) - Method in class filenet.contentops.ContentOperations
Sets the object value of an object-valued property.
setStringProperty(VWAttachment, String, String) - Method in class filenet.contentops.ContentOperations
Sets the String value for the specified property on the specified document attachment.

U

unfile(VWAttachment, VWAttachment) - Method in class filenet.contentops.ContentOperations
Unfiles the specified document attachment from the specified folder.

A C D F G M P S U
Content Operations API

© Copyright IBM Corporation 2002, 2008. All rights reserved.