Uses of Interface
org.openbp.jaspira.propertybrowser.ObjectValidator

Packages that use ObjectValidator
org.openbp.cockpit.plugins.variables   
org.openbp.guiclient.objectvalidators   
org.openbp.jaspira.propertybrowser.nodes   
 

Uses of ObjectValidator in org.openbp.cockpit.plugins.variables
 

Classes in org.openbp.cockpit.plugins.variables that implement ObjectValidator
 class VariablesContainerValidator
          ProcessVariables container validator.
 

Uses of ObjectValidator in org.openbp.guiclient.objectvalidators
 

Classes in org.openbp.guiclient.objectvalidators that implement ObjectValidator
 class ComplexTypeValidator
          Object validator for the ComplexTypeItem class.
 class DataMemberValidator
          Object validator for the DataMember class.
 class DescriptionObjectValidator
          Object validator for the DescriptionObject class.
 class DisplayObjectValidator
          Object validator for the DescriptionObject class.
 class InitialNodeValidator
          Object validator for the InitialNode class.
 class JavaActivityItemValidator
          Object validator for the JavaActivityItem class.
 class ModelObjectValidator
          Model object validator.
 class ModelValidator
          Object validator for the Model class.
 class NodeSocketValidator
          Object validator for the NodeSocket class.
 class ValidatorBase
          Base class for object validators.
 class WorkflowTaskValidator
          Object validator for the DescriptionObject class.
 

Uses of ObjectValidator in org.openbp.jaspira.propertybrowser.nodes
 

Methods in org.openbp.jaspira.propertybrowser.nodes that return ObjectValidator
 ObjectValidator ObjectNode.getValidator()
          Gets the object validator that is associated with the object descriptor of this node.
 

Methods in org.openbp.jaspira.propertybrowser.nodes with parameters of type ObjectValidator
 void ObjectNode.setValidator(ObjectValidator validator)
          Sets the object validator that is associated with the object descriptor of this node.
 



Copyright © 2011. All Rights Reserved.