Package | Description |
---|---|
ever.workflowRepresentation |
Modifier and Type | Method and Description |
---|---|
void |
SimpleProduct.exportProd2List(javax.xml.stream.XMLStreamWriter writer)
Write a list of all products to xml
|
abstract void |
Product.exportProd2List(javax.xml.stream.XMLStreamWriter writer)
Writes the product list entry, which is at the beginning of a workflow.
|
void |
SimpleProduct.setName(java.lang.String name)
Sets name of the product
|
abstract void |
Product.setName(java.lang.String name)
Sets the product name
|
Constructor and Description |
---|
SimpleProduct(java.lang.String name,
int taskId)
Standard constructor for a simple product
|