|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Document in com.ibm.pim.catalog |
---|
Methods in com.ibm.pim.catalog that return Document | |
---|---|
Document |
Catalog.getItemBuildScript()
Retrieves the script document associated with an invocation point defined by the Catalog |
Document |
Catalog.getPostSaveScript()
Retrieves the script document associated with an invocation point defined by the Catalog |
Document |
Catalog.getPostScript()
Retrieves the script document associated with an invocation point defined by the Catalog |
Document |
Catalog.getPreScript()
Retrieves the script document associated with an invocation point defined by the Catalog |
Methods in com.ibm.pim.catalog with parameters of type Document | |
---|---|
void |
Catalog.setItemBuildScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the Catalog |
void |
Catalog.setPostSaveScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the Catalog |
void |
Catalog.setPostScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the Catalog |
void |
Catalog.setPreScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the Catalog |
Uses of Document in com.ibm.pim.collaboration |
---|
Methods in com.ibm.pim.collaboration that return Document | |
---|---|
Document |
CollaborationArea.getBuildScript()
Retrieves the script document associated with an invocation point defined by the collaboration area |
Document |
CollaborationArea.getPostSaveScript()
Retrieves the script document associated with an invocation point defined by the Collaboration area. |
Document |
CollaborationArea.getPostScript()
Retrieves the script document associated with an invocation point defined by the collaboration area. |
Document |
CollaborationArea.getPreScript()
Retrieves the script document associated with an invocation point defined by the collaboration area |
Methods in com.ibm.pim.collaboration with parameters of type Document | |
---|---|
void |
CollaborationArea.setBuildScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the Catalog |
void |
CollaborationArea.setPostSaveScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the collaboration area. |
void |
CollaborationArea.setPostScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the collaboration area. |
void |
CollaborationArea.setPreScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the collaboration area |
Uses of Document in com.ibm.pim.docstore |
---|
Methods in com.ibm.pim.docstore that return Document | |
---|---|
Document |
Document.copyTo(java.lang.String documentPath)
Copies the document to documentPath. |
Document |
DocstoreManager.createAndPersistDocument(java.lang.String documentPath)
Creates an empty document at the specified documentPath and persists it. |
Document |
DocstoreManager.createAndPersistDocument(java.lang.String documentPath,
AccessControlGroup accessControlGroup)
Creates an empty document at the specified documentPath and sets the given access control group for the document. |
Document |
DocumentAuditLog.getDocument()
Fetches the document to which the log belongs |
Document |
Directory.getDocument(java.lang.String name)
Fetches the document with the given name found under this directory. |
Document |
DocstoreManager.getDocument(java.lang.String documentPath)
Fetches the document which exists at the given documentPath. |
Document |
Directory.getDocument(java.lang.String name,
boolean forceSync)
Fetches the document with the given name found under this directory. |
Document |
DocstoreManager.getDocument(java.lang.String documentPath,
boolean forceSync)
Fetches the document which exists at the given documentPath. |
Document |
Document.moveTo(java.lang.String documentPath)
Moves this document to documentPath. |
Methods in com.ibm.pim.docstore that return types with arguments of type Document | |
---|---|
PIMCollection<Document> |
Directory.getDocuments()
Fetches a collection of all the documents on which the user has view permission in this directory |
Uses of Document in com.ibm.pim.extensionpoints |
---|
Methods in com.ibm.pim.extensionpoints that return Document | |
---|---|
Document |
ImportFunctionArguments.getDocstoreDataDoc()
Obtains the data document from the docstore being processed for this ImportFunction. |
Document[] |
DistributionFunctionArguments.getDocuments()
Obtains the documents to be distributed. |
Uses of Document in com.ibm.pim.hierarchy |
---|
Methods in com.ibm.pim.hierarchy that return Document | |
---|---|
Document |
Hierarchy.getCategoryBuildScript()
Retrieves the script document associated with an invocation point defined by the Hierarchy |
Document |
Hierarchy.getPostSaveScript()
Retrieves the script document associated with an invocation point defined by the Hierarchy |
Document |
Hierarchy.getPostScript()
Retrieves the script document associated with an invocation point defined by the Hierarchy |
Document |
Hierarchy.getPreScript()
Retrieves the script document associated with an invocation point defined by the Hierarchy |
Methods in com.ibm.pim.hierarchy with parameters of type Document | |
---|---|
void |
Hierarchy.setCategoryBuildScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the Hierarchy |
void |
Hierarchy.setPostSaveScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the Hierarchy |
void |
Hierarchy.setPostScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the Hierarchy |
void |
Hierarchy.setPreScript(Document docStoreDoc)
Describes the location of a script with an invocation point defined by the Hierarchy |
Uses of Document in com.ibm.pim.job |
---|
Methods in com.ibm.pim.job that return Document | |
---|---|
Document |
UserJob.getScript()
Fetches the script used with this user job |
Methods in com.ibm.pim.job with parameters of type Document | |
---|---|
Report |
JobManager.createReport(java.lang.String reportName,
Document reportScript,
ScriptInputSpec reportInputSpec,
Distribution distribution)
Creates a new report |
Uses of Document in com.ibm.pim.utils |
---|
Methods in com.ibm.pim.utils with parameters of type Document | |
---|---|
ImportList |
EnvironmentImporter.getImportList(Document document)
Gets the list of PIM objects in a zip file in the docstore. |
java.lang.String |
EnvironmentImporter.importEnvironment(Document document)
Imports a document in zip format into the company. |
Uses of Document in com.ibm.pim.webservice |
---|
Methods in com.ibm.pim.webservice that return Document | |
---|---|
Document |
WebService.getImplementationScript()
Returns the Document object represents the implementation script for the web service. |
Document |
WebServiceTransaction.getRequestDocument()
Returns Document which represents the inbound message. |
Document |
WebServiceTransaction.getResponseDocument()
Returns Document which represents the outbound message. |
Document |
WebService.getWsddDocument()
Returns document object which represents the WSDD for the web service. |
Document |
WebService.getWsdlDocument()
Returns document object which represents the WSDL for the web service. |
Methods in com.ibm.pim.webservice with parameters of type Document | |
---|---|
WebService |
WebServiceManager.createWebService(java.lang.String webServiceName,
java.lang.String description,
Document wsdlDoc,
WebService.MessageStyle messageStyle,
Document implementationScript)
Creates a new web service with the script that implements the service |
WebService |
WebServiceManager.createWebService(java.lang.String webServiceName,
java.lang.String description,
Document wsdlDoc,
WebService.MessageStyle messageStyle,
Document implementationScript,
boolean storeIncoming,
boolean storeOutgoing,
boolean deployed,
boolean authenticationRequired,
boolean skipRequestValidation,
boolean skipResponseValidation)
Creates a new web service with the script that implements the service |
WebService |
WebServiceManager.createWebServiceUsingJava(java.lang.String webServiceName,
java.lang.String description,
Document wsdlDoc,
Document wsddDoc,
WebService.MessageStyle messageStyle,
java.lang.String implementingClass)
Creates a new java web service. |
WebService |
WebServiceManager.createWebServiceUsingJava(java.lang.String webServiceName,
java.lang.String description,
Document wsdlDoc,
Document wsddDoc,
WebService.MessageStyle messageStyle,
java.lang.String implementingClass,
boolean storeIncoming,
boolean storeOutgoing,
boolean deployed,
boolean authenticationRequired,
boolean skipRequestValidation,
boolean skipResponseValidation)
Creates a new java web service. |
void |
WebService.setImplementationScript(Document implementationScript)
Sets the implementation script for the given WebService. |
void |
WebService.setWsddDocument(Document wsddDoc)
Sets the WSDD document. |
void |
WebService.setWsdlDocument(Document wsdlDoc)
Sets the WSDL document. |
Uses of Document in com.ibm.pim.workflow |
---|
Methods in com.ibm.pim.workflow that return Document | |
---|---|
Document |
WorkflowStep.getStepScript()
Get the currently set step script path for this Workflow Step. |
Methods in com.ibm.pim.workflow with parameters of type Document | |
---|---|
void |
WorkflowStep.setStepScript(Document docstorePath)
Set script path for this Workflow Step, overriding the current setting. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |