Uses of Class
org.jbpm.pvm.processlog.ProcessLogProperty

Packages that use ProcessLogProperty
org.jbpm.pvm.processlog infrastructure for listening to process event logs that can be used to build up historic information about process executions. 
 

Uses of ProcessLogProperty in org.jbpm.pvm.processlog
 

Fields in org.jbpm.pvm.processlog with type parameters of type ProcessLogProperty
protected  List<ProcessLogProperty> ProcessLogProperty.properties
           
protected  List<ProcessLogProperty> ProcessLogXmlSerializer.properties
           
 

Methods in org.jbpm.pvm.processlog that return ProcessLogProperty
 ProcessLogProperty ProcessLogProperty.createProperty(String name)
           
 ProcessLogProperty ProcessLogProperty.createProperty(String name, String value)
           
 

Methods in org.jbpm.pvm.processlog that return types with arguments of type ProcessLogProperty
 List<ProcessLogProperty> ProcessLogProperty.getProperties()
           
 List<ProcessLogProperty> ProcessLog.getProperties()
          xml representation of the process log properties used for XML serialization.
abstract  List<ProcessLogProperty> ProcessLogImpl.getProperties()
          xml representation of the process log properties used for XML serialization.
 

Methods in org.jbpm.pvm.processlog with parameters of type ProcessLogProperty
 void ProcessLogProperty.addProperty(ProcessLogProperty property)
           
 

Method parameters in org.jbpm.pvm.processlog with type arguments of type ProcessLogProperty
protected  void ProcessLogXmlSerializer.appendProperties(Document document, Element parent, List<ProcessLogProperty> properties)
           
 void ProcessLogProperty.setProperties(List<ProcessLogProperty> properties)
           
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.