public class Role extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Role.Scope |
| Constructor and Description |
|---|
Role(String id,
String name,
String description,
boolean isInternal,
Role.Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
RoleMembers |
getMembers(Context context,
XmlWorkflowItem wfi) |
String |
getName() |
Role.Scope |
getScope() |
boolean |
isInternal() |
public Role(String id, String name, String description, boolean isInternal, Role.Scope scope)
public String getId()
public String getName()
public String getDescription()
public boolean isInternal()
public Role.Scope getScope()
public RoleMembers getMembers(Context context, XmlWorkflowItem wfi) throws SQLException
SQLExceptionCopyright © 2015 DuraSpace. All Rights Reserved.