Uses of Class
com.flowable.platform.tenant.dto.Group
Package | Description |
---|---|
com.flowable.platform.tenant.dto |
-
Uses of Group in com.flowable.platform.tenant.dto
Methods in com.flowable.platform.tenant.dto that return types with arguments of type Group Modifier and Type Method Description java.util.List<Group>
TenantDocument. getGroups()
java.util.List<Group>
TenantDocument. getUpdateGroups()
Method parameters in com.flowable.platform.tenant.dto with type arguments of type Group Modifier and Type Method Description void
TenantDocument. setGroups(java.util.List<Group> groups)
void
TenantDocument. setUpdateGroups(java.util.List<Group> updateGroups)