jbpm-data-modeler-editor-api 6.0.0-SNAPSHOT

Uses of Class
org.jbpm.datamodeler.editor.model.AnnotationTO

Packages that use AnnotationTO
org.jbpm.datamodeler.editor.model   
 

Uses of AnnotationTO in org.jbpm.datamodeler.editor.model
 

Methods in org.jbpm.datamodeler.editor.model that return AnnotationTO
 AnnotationTO DataObjectTO.addAnnotation(AnnotationDefinitionTO annotationDefinitionTO, String memberName, Object value)
           
 AnnotationTO ObjectPropertyTO.addAnnotation(AnnotationDefinitionTO annotationDefinitionTO, String memberName, Object value)
           
 AnnotationTO DataObjectTO.getAnnotation(String annotationClassName)
           
 AnnotationTO ObjectPropertyTO.getAnnotation(String annotationClassName)
           
 

Methods in org.jbpm.datamodeler.editor.model that return types with arguments of type AnnotationTO
 List<AnnotationTO> DataObjectTO.getAnnotations()
           
 List<AnnotationTO> ObjectPropertyTO.getAnnotations()
           
 

Methods in org.jbpm.datamodeler.editor.model with parameters of type AnnotationTO
 void DataObjectTO.addAnnotation(AnnotationTO annotation)
           
 void ObjectPropertyTO.addAnnotation(AnnotationTO annotation)
           
 void DataObjectTO.removeAnnotation(AnnotationTO annotation)
           
 void ObjectPropertyTO.removeAnnotation(AnnotationTO annotation)
           
 

Method parameters in org.jbpm.datamodeler.editor.model with type arguments of type AnnotationTO
 void DataObjectTO.setAnnotations(List<AnnotationTO> annotations)
           
 void ObjectPropertyTO.setAnnotations(List<AnnotationTO> annotations)
           
 


jbpm-data-modeler-editor-api 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.