Uses of Class
com.netgrif.application.engine.importer.model.CaseUserRef
-
Packages that use CaseUserRef Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service -
-
Uses of CaseUserRef in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type CaseUserRef Modifier and Type Field Description protected java.util.List<CaseUserRef>DocumentType. userRefprotected java.util.List<CaseUserRef>DocumentType. usersRefMethods in com.netgrif.application.engine.importer.model that return CaseUserRef Modifier and Type Method Description CaseUserRefObjectFactory. createCaseUserRef()Create an instance ofCaseUserRefMethods in com.netgrif.application.engine.importer.model that return types with arguments of type CaseUserRef Modifier and Type Method Description java.util.List<CaseUserRef>DocumentType. getUserRef()Gets the value of the userRef property.java.util.List<CaseUserRef>DocumentType. getUsersRef()Gets the value of the usersRef property. -
Uses of CaseUserRef in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type CaseUserRef Modifier and Type Method Description protected voidImporter. resolveUserRef(CaseUserRef userRef)
-