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

cancelCheckout(VWAttachment) - Method in class filenet.contentops.ContentOperations
Cancels the checkout of an attachment that is currently checked out, by deleting the reservation object associated with it.
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 attachment to the repository.
checkout(VWAttachment) - Method in class filenet.contentops.ContentOperations
Checks out an attachment from a repository.
ContentOperations - Class in filenet.contentops
Provides content operations on IBM FileNet Content Engine and IBM 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
Files a document attachment, currently existing in a repository, into a specified destination folder.
fileMany(VWAttachment, VWAttachment[]) - Method in class filenet.contentops.ContentOperations
Files one or more document attachments, currently existing in a repository, into a specified destination 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.
getChildDateProperty(VWAttachment, String, String[], String[], String[]) - Method in class filenet.contentops.ContentOperations
Gets a Date attribute value for an attribute from the specified document or folder attachment.
getChildDoubleProperty(VWAttachment, String, String[], String[], String[]) - Method in class filenet.contentops.ContentOperations
Gets a Double attribute value for an attribute from the specified document or folder.
getChildIntegerProperty(VWAttachment, String, String[], String[], String[]) - Method in class filenet.contentops.ContentOperations
Gets an Integer attribute value for an attribute from the specified document or folder.
getChildStringProperty(VWAttachment, String, String[], String[], String[]) - Method in class filenet.contentops.ContentOperations
Gets a String attribute value for an attribute from the specified document or folder.
getContent(VWAttachment) - Method in class filenet.contentops.ContentOperations
Gets the content of the attached document.
getContentCount(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Get the number of document content objects of the specified content type (or part type).
getContentTypes(VWAttachment) - Method in class filenet.contentops.ContentOperations
Gets the content types (part types) of the specified document attachment.
getContentWithIndex(VWAttachment, String, int) - Method in class filenet.contentops.ContentOperations
Get the document content based on an index of all the content objects of the specified content type (or part type).
getDateProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the Date value for the specified property from the specified document attachment.
getDocumentId(VWAttachment) - Method in class filenet.contentops.ContentOperations
Gets the document identifier of 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.
getLatestAttachmentVersion(VWAttachment) - Method in class filenet.contentops.ContentOperations
Get the latest attachment version of the specified document.
getMultiBooleanProperty(VWAttachment, String) - Method in class filenet.contentops.ContentOperations
Gets the Boolean values of a multivalued property.
getMultiChildDateProperty(VWAttachment, String, String[], String[], String[]) - Method in class filenet.contentops.ContentOperations
Gets a list of Date values for the specified attribute of the specified document or folder in Content Manager.
getMultiChildDoubleProperty(VWAttachment, String, String[], String[], String[]) - Method in class filenet.contentops.ContentOperations
Gets a list of Double values for the specified attribute of the specified document or folder in Content Manager.
getMultiChildIntegerProperty(VWAttachment, String, String[], String[], String[]) - Method in class filenet.contentops.ContentOperations
Gets a list of Integer values for the specified attribute of the specified document or folder in Content Manager.
getMultiChildStringProperty(VWAttachment, String, String[], String[], String[]) - Method in class filenet.contentops.ContentOperations
Gets a list of String values for the specified attribute of the specified document or folder in Content Manager.
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.
getURLFromAttachmentWithIndex(VWAttachment, String, int) - Method in class filenet.contentops.ContentOperations
Retrieve the URL of the document content based on an index of all the content objects for the specified part type in Content Manager.

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

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 one or more attached documents.
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 one or more attached documents.
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.
setChildDateProperty(VWAttachment, String, String[], String[], String[], Date) - Method in class filenet.contentops.ContentOperations
Sets a Date attribute value for an attribute from the specified document or folder.
setChildDoubleProperty(VWAttachment, String, String[], String[], String[], Double) - Method in class filenet.contentops.ContentOperations
Sets a Double attribute value for an attribute from the specified document or folder.
setChildIntegerProperty(VWAttachment, String, String[], String[], String[], Integer) - Method in class filenet.contentops.ContentOperations
Sets an Integer attribute value for an attribute from the specified document or folder.
setChildStringProperty(VWAttachment, String, String[], String[], String[], String) - Method in class filenet.contentops.ContentOperations
Sets a String attribute value for an attribute from the specified document or folder.
setContent(VWAttachment, String[]) - Method in class filenet.contentops.ContentOperations
Sets the content of the specified document attachment.
setContentWithIndex(VWAttachment, String, int, String[]) - Method in class filenet.contentops.ContentOperations
Sets the content of 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.
setMultiChildDateProperty(VWAttachment, String, String[], String[], String[], Date[]) - Method in class filenet.contentops.ContentOperations
Sets a list of Date values for the specified attribute of the specified document or folder in Content Manager.
setMultiChildDoubleProperty(VWAttachment, String, String[], String[], String[], Double[]) - Method in class filenet.contentops.ContentOperations
Sets a list of Double values for specified attribute of the specified document or folder in Content Manager.
setMultiChildIntegerProperty(VWAttachment, String, String[], String[], String[], Integer[]) - Method in class filenet.contentops.ContentOperations
Sets a list of Integer values for specified attribute of the specified document or folder in Content Manager.
setMultiChildStringProperty(VWAttachment, String, String[], String[], String[], String[]) - Method in class filenet.contentops.ContentOperations
Sets a list of String values for specified attribute of the specified document or folder in Content Manager.
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, 2013. All rights reserved.