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. role
Methods in com.netgrif.application.engine.importer.model that return Role Modifier and Type Method Description Role
ObjectFactory. createRole()
Create an instance ofRole
Methods 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 void
Importer. createRole(Role importRole)
protected ProcessRole
Importer. initRole(Role importRole)
protected boolean
Importer. shouldInitializeRole(Role importRole)
-