jBPM distribution 6.0.0.CR5

Uses of Class
org.jbpm.kie.services.impl.form.model.ScriptRepresentation

Packages that use ScriptRepresentation
org.jbpm.kie.services.impl.form.model   
 

Uses of ScriptRepresentation in org.jbpm.kie.services.impl.form.model
 

Methods in org.jbpm.kie.services.impl.form.model that return types with arguments of type ScriptRepresentation
 Map<String,ScriptRepresentation> FormItemRepresentation.getEventActions()
           
 List<ScriptRepresentation> FormRepresentation.getOnLoadScripts()
           
 List<ScriptRepresentation> FormRepresentation.getOnSubmitScripts()
           
 

Method parameters in org.jbpm.kie.services.impl.form.model with type arguments of type ScriptRepresentation
 void FormItemRepresentation.setEventActions(Map<String,ScriptRepresentation> eventActions)
           
 void FormRepresentation.setOnLoadScripts(List<ScriptRepresentation> onLoadScripts)
           
 void FormRepresentation.setOnSubmitScripts(List<ScriptRepresentation> onSubmitScripts)
           
 


jBPM distribution 6.0.0.CR5

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