Uses of Class
com.netgrif.application.engine.importer.model.RoleRef
-
Packages that use RoleRef Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service -
-
Uses of RoleRef in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type RoleRef Modifier and Type Field Description protected java.util.List<RoleRef>Mapping. roleRefprotected java.util.List<RoleRef>Transition. roleRefMethods in com.netgrif.application.engine.importer.model that return RoleRef Modifier and Type Method Description RoleRefObjectFactory. createRoleRef()Create an instance ofRoleRefMethods in com.netgrif.application.engine.importer.model that return types with arguments of type RoleRef Modifier and Type Method Description java.util.List<RoleRef>Mapping. getRoleRef()Gets the value of the roleRef property.java.util.List<RoleRef>Transition. getRoleRef()Gets the value of the roleRef property. -
Uses of RoleRef in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type RoleRef Modifier and Type Method Description protected voidImporter. addRoleLogic(Transition transition, RoleRef roleRef)
-