|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface implemented by classes that are used to manage nonsecured documents.
EbiWorkitemDelegate| Method Summary | |
void |
addDocument(String name,
Document wfDoc)
Unsecured workflow documents are added through this interface. |
void |
addDocument(String name,
String identifier)
Unsecured workflow documents are added through this interface. |
void |
addDocument(String name,
URL url)
Unsecured workflow documents are added through this interface. |
Document |
getDocument(String name)
Workflow documents are fetched by this interface. |
List |
getDocumentNames()
Gets a list of all the document names that are being managed. |
Element |
getDocumentProperties(String docName)
Gets the properties for a document. |
EbiProperty |
getDocumentProperty(String docName,
String propName)
Gets a document property. |
List |
getDocumentPropertyNames(String docName)
Gets the property names for a document. |
boolean |
hasDocument(String docName)
Used to check if a workitem contains a document. |
boolean |
hasDocumentProperty(String docName,
String propName)
Used to check if a document has a specific property. |
void |
removeDocument(String name)
Workflow documents are removed through this interface. |
void |
setDocumentProperty(EbiProperty property)
Each work document may have a set of meta properties that are used by the workflow system for routing decisions and activity operations. |
void |
updateDocument(String name,
Document doc)
Unsecured workflow documents are updated through this interface. |
void |
updateDocument(String docName,
String identifer)
Workflow documents are updated through this interface. |
void |
updateDocument(String docName,
URL url)
Unsecured workflow documents are updated through this interface. |
| Method Detail |
public List getDocumentNames()
throws EboWorkitemException
public void addDocument(String name,
Document wfDoc)
throws EboWorkitemException
name - The name of the document to be added.wfDoc - The document to add.
public void addDocument(String name,
String identifier)
throws EboWorkitemException
name - The name of the document to add.identifier - A generic identifier for a document.
public void addDocument(String name,
URL url)
throws EboWorkitemException
name - The name of the document.url - The url to the document.
public Document getDocument(String name)
throws EboWorkitemException
name - The name of the document to get.
public void updateDocument(String name,
Document doc)
throws EboWorkitemException
name - The name of the document.doc - The newly updated document.
public void updateDocument(String docName,
URL url)
throws EboWorkitemException
docName - The name of the document.url - The newly updated url for the document.
public void updateDocument(String docName,
String identifer)
throws EboWorkitemException
docName - The name of the document.identiifer - An identifier for the document.
public void removeDocument(String name)
throws EboWorkitemException
name - The name of the document to remove.
public void setDocumentProperty(EbiProperty property)
throws EboWorkitemException
property - The property to set.
public EbiProperty getDocumentProperty(String docName,
String propName)
throws EboWorkitemException
docName - The name of the document.propName - The name of the property.
public Element getDocumentProperties(String docName)
throws EboWorkitemException
docName - The name of the document.
public List getDocumentPropertyNames(String docName)
throws EboWorkitemException
docName - The name of the document.
public boolean hasDocument(String docName)
throws EboWorkitemException
docName - The name of the document.
public boolean hasDocumentProperty(String docName,
String propName)
throws EboWorkitemException
docName - The name of the document.propName - The name of the property.
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||