Uses of Interface
org.jbpm.pvm.internal.wire.Descriptor

Packages that use Descriptor
org.jbpm.pvm.internal.builder   
org.jbpm.pvm.internal.job   
org.jbpm.pvm.internal.model default implementation of process execution in ExecutionImpl based on org.jbpm.pvm.internal.model.AtomicOperations Bidirectional relations In this process model thoughout the pvm codebase, there are several bidirectional relations. 
org.jbpm.pvm.internal.util   
org.jbpm.pvm.internal.wire wire context (aka IoC container), start reading WireContext
org.jbpm.pvm.internal.wire.descriptor   
org.jbpm.pvm.internal.wire.operation   
org.jbpm.pvm.internal.wire.usercode   
 

Uses of Descriptor in org.jbpm.pvm.internal.builder
 

Methods in org.jbpm.pvm.internal.builder with parameters of type Descriptor
protected  void ExceptionHandlerBuilder.addListener(Descriptor descriptor)
           
protected  void ObservableBuilder.addListener(Descriptor descriptor)
           
protected  void ObservableBuilder.addListener(Descriptor descriptor, boolean propagation)
           
 VariableBuilder VariableBuilder.initialValue(Descriptor initialValueDescriptor)
           
 EventExceptionHandlerBuilder EventExceptionHandlerBuilder.listener(Descriptor descriptor)
           
 TimerBuilder TimerBuilder.listener(Descriptor descriptor)
           
 EventBuilder EventBuilder.listener(Descriptor descriptor)
           
 CompositeExceptionHandlerBuilder CompositeExceptionHandlerBuilder.listener(Descriptor descriptor)
           
 FlowBuilder FlowBuilder.listener(Descriptor descriptor)
           
 TimerBuilder TimerBuilder.listener(Descriptor descriptor, boolean propagation)
           
 EventBuilder EventBuilder.listener(Descriptor descriptor, boolean propagation)
           
 FlowBuilder FlowBuilder.listener(Descriptor descriptor, boolean propagation)
           
 CompositeBuilder CompositeBuilder.property(Descriptor descriptor)
           
 ActivityBuilder CompositeBuilder.startActivity(Descriptor activityDescriptor)
           
 ActivityBuilder CompositeBuilder.startActivity(java.lang.String activityName, Descriptor activityDescriptor)
           
 

Uses of Descriptor in org.jbpm.pvm.internal.job
 

Fields in org.jbpm.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.jbpm.pvm.internal.job that return Descriptor
 Descriptor JobImpl.getCommandDescriptor()
           
 

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

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

Uses of Descriptor in org.jbpm.pvm.internal.model
 

Fields in org.jbpm.pvm.internal.model declared as Descriptor
protected  Descriptor ActivityImpl.activityBehaviourDescriptor
           
protected  Descriptor EventListenerReference.eventListenerDescriptor
           
protected  Descriptor VariableDefinitionImpl.initDescriptor
           
 

Methods in org.jbpm.pvm.internal.model that return Descriptor
 Descriptor ActivityImpl.getActivityBehaviourDescriptor()
           
 Descriptor EventListenerReference.getEventListenerDescriptor()
           
 Descriptor VariableDefinitionImpl.getInitDescriptor()
           
 

Methods in org.jbpm.pvm.internal.model with parameters of type Descriptor
 void WireProperties.add(Descriptor descriptor)
           
 void ProcessElementImpl.addProperty(Descriptor descriptor)
           
 EventListenerReference EventImpl.createEventListenerReference(Descriptor descriptor)
           
 EventListenerReference ExceptionHandlerImpl.createEventListenerReference(Descriptor descriptor)
           
 void ActivityImpl.setActivityBehaviourDescriptor(Descriptor activityBehaviourDescriptor)
           
 void EventListenerReference.setEventListenerDescriptor(Descriptor eventListenerDescriptor)
           
 void VariableDefinitionImpl.setInitDescriptor(Descriptor inDescriptor)
           
 

Uses of Descriptor in org.jbpm.pvm.internal.util
 

Methods in org.jbpm.pvm.internal.util with parameters of type Descriptor
static java.lang.Object ReflectUtil.instantiateUserCode(Descriptor descriptor, ProcessDefinitionImpl processDefinition, ScopeInstanceImpl scopeInstance)
           
 

Uses of Descriptor in org.jbpm.pvm.internal.wire
 

Methods in org.jbpm.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.jbpm.pvm.internal.wire that return types with arguments of type Descriptor
 java.util.Map<java.lang.String,Descriptor> WireDefinition.getDescriptors()
           
 

Methods in org.jbpm.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.
static java.lang.Object WireContext.create(Descriptor descriptor, ScopeInstanceImpl scopeInstance)
           
 

Method parameters in org.jbpm.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.jbpm.pvm.internal.wire.descriptor
 

Classes in org.jbpm.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 DbSessionDescriptor
           
 class DoubleDescriptor
           
 class EnvDescriptor
           
 class EnvironmentDescriptor
          parses a descriptor for obtaining a reference to the environment See schema docs for more details.
 class EnvironmentInterceptorDescriptor
           
 class ExpressionDescriptor
           
 class FalseDescriptor
           
 class FloatDescriptor
           
 class HibernateConfigurationDescriptor
           
 class HibernateSessionDescriptor
           
 class HibernateSessionFactoryDescriptor
           
 class HistorySessionDescriptor
           
 class IdentitySessionDescriptor
           
 class IntegerDescriptor
          This Descriptor specifies an Integer.
 class JbossIdmIdentitySessionDescriptor
           
 class JbossIdmIdentitySessionFactoryDescriptor
           
 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 PatternDescriptor
           
 class ProcessEngineDescriptor
          the EnvironmentFactory of the current WireContext.
 class PropertiesDescriptor
           
 class ProvidedObjectDescriptor
           
 class ReferenceDescriptor
          This Descriptor specifies a reference to an object.
 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 TypesDescriptor
           
 class UrlDescriptor
           
 

Fields in org.jbpm.pvm.internal.wire.descriptor declared as Descriptor
protected  Descriptor ObjectDescriptor.factoryDescriptor
          specifies the object on which to invoke the method.
 

Fields in org.jbpm.pvm.internal.wire.descriptor with type parameters of type Descriptor
protected  java.util.List<Descriptor> CollectionDescriptor.valueDescriptors
           
 

Methods in org.jbpm.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()
           
 

Methods in org.jbpm.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.jbpm.pvm.internal.wire.descriptor with parameters of type Descriptor
 void ObjectDescriptor.addInjection(java.lang.String fieldName, Descriptor descriptor)
          add a field injection based on a descriptor
 void CommandServiceDescriptor.addInterceptorDescriptor(Descriptor descriptor)
           
 void ObjectDescriptor.addPropertyInjection(java.lang.String propertyName, Descriptor valueDescriptor)
          add a property injection based on a 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)
           
 

Method parameters in org.jbpm.pvm.internal.wire.descriptor with type arguments of type Descriptor
 void CollectionDescriptor.addValueDescriptors(java.util.List<Descriptor> otherValueDescriptors)
           
 void MapDescriptor.setKeyDescriptors(java.util.List<Descriptor> keyDescriptors)
           
 void CollectionDescriptor.setValueDescriptors(java.util.List<Descriptor> valueDescriptors)
           
 

Uses of Descriptor in org.jbpm.pvm.internal.wire.operation
 

Methods in org.jbpm.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.jbpm.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.jbpm.pvm.internal.wire.usercode
 

Fields in org.jbpm.pvm.internal.wire.usercode declared as Descriptor
protected  Descriptor UserCodeReference.descriptor
           
 

Methods in org.jbpm.pvm.internal.wire.usercode that return Descriptor
 Descriptor UserCodeReference.getDescriptor()
           
 

Methods in org.jbpm.pvm.internal.wire.usercode with parameters of type Descriptor
 void UserCodeReference.setDescriptor(Descriptor descriptor)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.