Uses of Interface
org.jbpm.configuration.ObjectInfo

Packages that use ObjectInfo
org.jbpm.configuration creates object graphs based on xml description for the jbpm configuration. 
 

Uses of ObjectInfo in org.jbpm.configuration
 

Classes in org.jbpm.configuration that implement ObjectInfo
 class AbstractObjectInfo
           
 class BeanInfo
           
 class BooleanInfo
           
 class CharacterInfo
           
 class DoubleInfo
           
 class FloatInfo
           
 class IntegerInfo
           
 class JbpmContextInfo
           
 class JbpmTypeObjectInfo
           
 class ListInfo
           
 class LongInfo
           
 class MapInfo
           
 class NullInfo
           
 class RefInfo
           
 class SetInfo
           
 class StringInfo
           
 class ValueInfo
           
 

Methods in org.jbpm.configuration that return ObjectInfo
 ObjectInfo ObjectFactoryParser.parse(Element element)
           
 

Methods in org.jbpm.configuration with parameters of type ObjectInfo
 void ObjectFactoryParser.addNamedObjectInfo(String name, ObjectInfo objectInfo)
           
 void ObjectFactoryImpl.addObjectInfo(ObjectInfo objectInfo)
           
 Object ObjectFactoryImpl.createObject(ObjectInfo objectInfo)
          create a new object for the given ObjectInfo.
 



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