Uses of Class
com.netgrif.application.engine.importer.model.ActionRef
- 
Packages that use ActionRef Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service  - 
- 
Uses of ActionRef in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type ActionRef Modifier and Type Field Description protected java.util.List<ActionRef>Actions. actionRefprotected java.util.List<ActionRef>CaseLogic. actionRefprotected java.util.List<ActionRef>Data. actionRefprotected java.util.List<ActionRef>Logic. actionRefMethods in com.netgrif.application.engine.importer.model that return ActionRef Modifier and Type Method Description ActionRefObjectFactory. createActionRef()Create an instance ofActionRefMethods in com.netgrif.application.engine.importer.model that return types with arguments of type ActionRef Modifier and Type Method Description java.util.List<ActionRef>Actions. getActionRef()Gets the value of the actionRef property.java.util.List<ActionRef>CaseLogic. getActionRef()Gets the value of the actionRef property.java.util.List<ActionRef>Data. getActionRef()Gets the value of the actionRef property.java.util.List<ActionRef>Logic. getActionRef()Gets the value of the actionRef property. - 
Uses of ActionRef in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type ActionRef Modifier and Type Method Description protected ActionImporter. fromActionRef(ActionRef actionRef)Method parameters in com.netgrif.application.engine.importer.service with type arguments of type ActionRef Modifier and Type Method Description protected java.util.List<Action>Importer. buildActionRefs(java.util.List<ActionRef> actionRefs) 
 -