|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessLogProperty | |
---|---|
org.ow2.bonita.pvm.processlog |
Uses of ProcessLogProperty in org.ow2.bonita.pvm.processlog |
---|
Fields in org.ow2.bonita.pvm.processlog with type parameters of type ProcessLogProperty | |
---|---|
protected java.util.List<ProcessLogProperty> |
ProcessLogXmlSerializer.properties
|
protected java.util.List<ProcessLogProperty> |
ProcessLogProperty.properties
|
Methods in org.ow2.bonita.pvm.processlog that return ProcessLogProperty | |
---|---|
ProcessLogProperty |
ProcessLogProperty.createProperty(java.lang.String name)
|
ProcessLogProperty |
ProcessLogProperty.createProperty(java.lang.String name,
java.lang.String value)
|
Methods in org.ow2.bonita.pvm.processlog that return types with arguments of type ProcessLogProperty | |
---|---|
java.util.List<ProcessLogProperty> |
ProcessLog.getProperties()
xml representation of the process log properties used for XML serialization. |
java.util.List<ProcessLogProperty> |
ProcessLogProperty.getProperties()
|
abstract java.util.List<ProcessLogProperty> |
ProcessLogImpl.getProperties()
xml representation of the process log properties used for XML serialization. |
Methods in org.ow2.bonita.pvm.processlog with parameters of type ProcessLogProperty | |
---|---|
void |
ProcessLogProperty.addProperty(ProcessLogProperty property)
|
Method parameters in org.ow2.bonita.pvm.processlog with type arguments of type ProcessLogProperty | |
---|---|
protected void |
ProcessLogXmlSerializer.appendProperties(org.w3c.dom.Document document,
org.w3c.dom.Element parent,
java.util.List<ProcessLogProperty> properties)
|
void |
ProcessLogProperty.setProperties(java.util.List<ProcessLogProperty> properties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |