Uses of Interface
org.ow2.bonita.pvm.internal.wire.Descriptor

Packages that use Descriptor
org.ow2.bonita.pvm.internal.job   
org.ow2.bonita.pvm.internal.model   
org.ow2.bonita.pvm.internal.wire   
org.ow2.bonita.pvm.internal.wire.descriptor   
org.ow2.bonita.pvm.internal.wire.operation   
org.ow2.bonita.pvm.model   
 

Uses of Descriptor in org.ow2.bonita.pvm.internal.job
 

Fields in org.ow2.bonita.pvm.internal.job declared as Descriptor
protected  Descriptor JobImpl.commandDescriptor
          a command that can be used as the behaviour of this job
 

Methods in org.ow2.bonita.pvm.internal.job that return Descriptor
 Descriptor JobImpl.getCommandDescriptor()
           
 

Methods in org.ow2.bonita.pvm.internal.job with parameters of type Descriptor
 void JobImpl.setCommandDescriptor(Descriptor commandDescriptor)
           
 

Constructors in org.ow2.bonita.pvm.internal.job with parameters of type Descriptor
CommandMessage(Descriptor commandDescriptor)
           
 

Uses of Descriptor in org.ow2.bonita.pvm.internal.model
 

Fields in org.ow2.bonita.pvm.internal.model declared as Descriptor
protected  Descriptor TransitionImpl.conditionDescriptor
           
protected  Descriptor ObjectReference.descriptor
           
protected  Descriptor VariableDefinitionImpl.sourceDescriptor
           
protected  Descriptor TransitionImpl.waitConditionDescriptor
           
 

Methods in org.ow2.bonita.pvm.internal.model that return Descriptor
 Descriptor TransitionImpl.getConditionDescriptor()
          see Conditions
 Descriptor ObjectReference.getDescriptor()
           
 Descriptor VariableDefinitionImpl.getSourceDescriptor()
           
 Descriptor TransitionImpl.getWaitConditionDescriptor()
          see Wait conditions
 

Methods in org.ow2.bonita.pvm.internal.model with parameters of type Descriptor
 void WireProperties.add(Descriptor descriptor)
           
 void ProcessElementImpl.addProperty(Descriptor descriptor)
           
 EventListenerReference EventImpl.createEventListenerReference(Descriptor descriptor)
           
 ObjectReference<EventListener> ExceptionHandlerImpl.createEventListenerReference(Descriptor descriptor)
           
 void NodeImpl.setBehaviour(Descriptor descriptor)
          sets the activity that can be created from the given descriptor as the behaviour for this node.
 void TransitionImpl.setConditionDescriptor(Descriptor conditionDescriptor)
          see Conditions
 void ObjectReference.setDescriptor(Descriptor descriptor)
           
 void VariableDefinitionImpl.setSourceDescriptor(Descriptor sourceDescriptor)
           
 void TransitionImpl.setWaitConditionDescriptor(Descriptor waitConditionDescriptor)
          see Wait conditions
 

Constructors in org.ow2.bonita.pvm.internal.model with parameters of type Descriptor
ObjectReference(Descriptor descriptor)
           
 

Uses of Descriptor in org.ow2.bonita.pvm.internal.wire
 

Methods in org.ow2.bonita.pvm.internal.wire that return Descriptor
 Descriptor WireDefinition.addDescriptor(java.lang.String objectName, Descriptor descriptor)
           
 Descriptor WireDefinition.getDescriptor(java.lang.String objectName)
          the descriptor with the given name from the WireDefinition or null if the object doesn't have a descriptor.
 Descriptor WireDefinition.removeDescriptor(java.lang.String objectName)
           
 

Methods in org.ow2.bonita.pvm.internal.wire that return types with arguments of type Descriptor
 java.util.Map<java.lang.String,Descriptor> WireDefinition.getDescriptors()
           
 

Methods in org.ow2.bonita.pvm.internal.wire with parameters of type Descriptor
 void WireDefinition.addDescriptor(Descriptor descriptor)
           
 Descriptor WireDefinition.addDescriptor(java.lang.String objectName, Descriptor descriptor)
           
protected  void WireContext.addException(Descriptor descriptor, java.lang.Exception exception)
           
static java.lang.Object WireContext.create(Descriptor descriptor)
          convenience method that wires the object for a given descriptor.
 java.lang.Object WireContext.create(Descriptor descriptor, boolean isDelayable)
          creates a new object for the given descriptor.
 

Method parameters in org.ow2.bonita.pvm.internal.wire with type arguments of type Descriptor
 void WireDefinition.setDescriptors(java.util.Map<java.lang.String,Descriptor> descriptors)
           
 

Uses of Descriptor in org.ow2.bonita.pvm.internal.wire.descriptor
 

Classes in org.ow2.bonita.pvm.internal.wire.descriptor that implement Descriptor
 class AbstractDescriptor
          base class for Descriptors.
 class BusinessCalendarDescriptor
           
 class ByteDescriptor
           
 class CharacterDescriptor
           
 class ClassDescriptor
          loads the class with the specified class name using the WireContext class loader.
 class ClassLoaderDescriptor
          returns the class loader of the wire context.
 class CollectionDescriptor
           
 class CommandServiceDescriptor
           
 class ContextRefDescriptor
           
 class ContextTypeRefDescriptor
           
 class DeployerManagerDescriptor
           
 class DoubleDescriptor
           
 class EnvironmentDescriptor
          parses a descriptor for obtaining a reference to the environment See schema docs for more details.
 class EnvironmentFactoryDescriptor
          the EnvironmentFactory of the current WireContext.
 class EnvironmentInterceptorDescriptor
           
 class EnvironmentTypeRefDescriptor
           
 class ExpressionDescriptor
           
 class FalseDescriptor
           
 class FloatDescriptor
           
 class HibernateConfigurationDescriptor
           
 class HibernateJobDbSessionDescriptor
           
 class HibernatePvmDbSessionDescriptor
           
 class HibernateSessionDescriptor
           
 class HibernateSessionFactoryDescriptor
           
 class IntegerDescriptor
           This Descriptor specifies an Integer.
 class JndiDescriptor
           
 class JobExecutorDescriptor
           
 class ListDescriptor
           This Descriptor creates a List.
 class LongDescriptor
           
 class MapDescriptor
           This Descriptor creates a Map.
 class NullDescriptor
           This Descriptor creates a null object.
 class ObjectDescriptor
           This Descriptor creates and initializes an object.
 class PropertiesDescriptor
           
 class ProvidedObjectDescriptor
           
 class ReferenceDescriptor
           This Descriptor specifies a reference to an object.
 class RetryInterceptorDescriptor
           
 class SeamHibernateSessionDescriptor
           
 class SetDescriptor
           This Descriptor creates a Set.
 class ShortDescriptor
           This Descriptor creates a Short.
 class StringDescriptor
           This Descriptor creates a String.
 class TransactionRefDescriptor
           
 class TrueDescriptor
           
 class UrlDescriptor
           
 class VariableTypeResolverDescriptor
           
 

Fields in org.ow2.bonita.pvm.internal.wire.descriptor with type parameters of type Descriptor
protected  java.util.Map<java.lang.String,java.util.List<Descriptor>> DeployerManagerDescriptor.deployerDescriptors
          maps language-ids to a sequence of process deployers
protected  java.util.List<Descriptor> CollectionDescriptor.valueDescriptors
           
 

Methods in org.ow2.bonita.pvm.internal.wire.descriptor that return Descriptor
 Descriptor ArgDescriptor.getDescriptor()
          Gets the Descriptor used to construct the value given to the argument.
 Descriptor ObjectDescriptor.getFactoryDescriptor()
          Gets the Descriptor from which the object should be created.
 

Methods in org.ow2.bonita.pvm.internal.wire.descriptor that return types with arguments of type Descriptor
 java.util.List<Descriptor> MapDescriptor.getKeyDescriptors()
           
 java.util.List<Descriptor> CollectionDescriptor.getValueDescriptors()
           
 

Methods in org.ow2.bonita.pvm.internal.wire.descriptor with parameters of type Descriptor
 void ObjectDescriptor.addInjection(java.lang.String fieldName, Descriptor descriptor)
          add an injection based on a descriptor
 void CommandServiceDescriptor.addInterceptorDescriptor(Descriptor descriptor)
           
 void HibernateSessionFactoryDescriptor.setConfigurationDescriptor(Descriptor configurationDescriptor)
           
 void ArgDescriptor.setDescriptor(Descriptor descriptor)
          Sets the Descriptor used to construct the value given to the argument.
 void ObjectDescriptor.setFactoryDescriptor(Descriptor factoryDescriptor)
          Sets the Descriptor from which the object should be created.
 

Method parameters in org.ow2.bonita.pvm.internal.wire.descriptor with type arguments of type Descriptor
 void DeployerManagerDescriptor.addLanguage(java.lang.String language, java.lang.String extension, java.util.List<Descriptor> deployerDescriptorSequence)
           
 void MapDescriptor.setKeyDescriptors(java.util.List<Descriptor> keyDescriptors)
           
 void CollectionDescriptor.setValueDescriptors(java.util.List<Descriptor> valueDescriptors)
           
 

Uses of Descriptor in org.ow2.bonita.pvm.internal.wire.operation
 

Methods in org.ow2.bonita.pvm.internal.wire.operation that return Descriptor
 Descriptor FieldOperation.getDescriptor()
          Gets the descriptor used to create the field's value.
 Descriptor PropertyOperation.getDescriptor()
          Gets the descriptor used to create the field's value.
 

Methods in org.ow2.bonita.pvm.internal.wire.operation with parameters of type Descriptor
 void FieldOperation.setDescriptor(Descriptor valueDescriptor)
          Sets the descriptor used to create the field's value
 void PropertyOperation.setDescriptor(Descriptor valueDescriptor)
          Sets the descriptor used to create the field's value
 

Uses of Descriptor in org.ow2.bonita.pvm.model
 

Methods in org.ow2.bonita.pvm.model with parameters of type Descriptor
 ProcessFactory ProcessFactory.behaviour(Descriptor descriptor)
          sets the behaviour on the current node.
 ProcessFactory ProcessFactory.listener(Descriptor descriptor)
          adds an action to the current event.
 ProcessFactory ProcessFactory.property(Descriptor descriptor)
          adds a configuration to the current process element
 ProcessFactory ProcessFactory.variable(Descriptor sourceDescriptor)
          declares a local variable.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.