Uses of Class
com.netgrif.application.engine.importer.model.UserRef
- 
Packages that use UserRef Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service  - 
- 
Uses of UserRef in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type UserRef Modifier and Type Field Description protected java.util.List<UserRef>Transition. userRefprotected java.util.List<UserRef>Transition. usersRefMethods in com.netgrif.application.engine.importer.model that return UserRef Modifier and Type Method Description UserRefObjectFactory. createUserRef()Create an instance ofUserRefMethods in com.netgrif.application.engine.importer.model that return types with arguments of type UserRef Modifier and Type Method Description java.util.List<UserRef>Transition. getUserRef()Gets the value of the userRef property.java.util.List<UserRef>Transition. getUsersRef()Gets the value of the usersRef property. - 
Uses of UserRef in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type UserRef Modifier and Type Method Description protected voidImporter. addUserLogic(Transition transition, UserRef userRef) 
 -