Uses of Class
com.netgrif.application.engine.importer.model.Role
- 
Packages that use Role Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service  - 
- 
Uses of Role in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type Role Modifier and Type Field Description protected java.util.List<Role>DocumentType. roleMethods in com.netgrif.application.engine.importer.model that return Role Modifier and Type Method Description RoleObjectFactory. createRole()Create an instance ofRoleMethods in com.netgrif.application.engine.importer.model that return types with arguments of type Role Modifier and Type Method Description java.util.List<Role>DocumentType. getRole()Gets the value of the role property. - 
Uses of Role in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type Role Modifier and Type Method Description protected voidImporter. createRole(Role importRole)protected ProcessRoleImporter. initRole(Role importRole)protected booleanImporter. shouldInitializeRole(Role importRole) 
 -