Uses of Class
com.netgrif.application.engine.importer.model.Action
- 
Packages that use Action Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service  - 
- 
Uses of Action in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type Action Modifier and Type Field Description protected java.util.List<Action>Actions. actionprotected java.util.List<Action>CaseLogic. actionprotected java.util.List<Action>Data. actionprotected java.util.List<Action>Logic. actionMethods in com.netgrif.application.engine.importer.model that return Action Modifier and Type Method Description ActionObjectFactory. createAction()Create an instance ofActionMethods in com.netgrif.application.engine.importer.model that return types with arguments of type Action Modifier and Type Method Description java.util.List<Action>Actions. getAction()Gets the value of the action property.java.util.List<Action>CaseLogic. getAction()Gets the value of the action property.java.util.List<Action>Data. getAction()Gets the value of the action property.java.util.List<Action>Logic. getAction()Gets the value of the action property. - 
Uses of Action in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type Action Modifier and Type Method Description protected ActionImporter. createAction(Action importedAction)protected ActionImporter. parseAction(java.lang.String transitionId, Action action)protected ActionImporter. parseAction(java.lang.String fieldId, java.lang.String transitionId, Action importedAction)protected voidImporter. parseIds(java.lang.String fieldId, java.lang.String transitionId, Action importedAction, Action action)Method parameters in com.netgrif.application.engine.importer.service with type arguments of type Action Modifier and Type Method Description protected java.util.List<Action>Importer. buildActions(java.util.List<Action> imported, java.lang.String fieldId, java.lang.String transitionId) 
 -