|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.AccessAdminOrg
public class AccessAdminOrg
The member's access right for the organization within the specified scope.
Field Summary | |
---|---|
static java.lang.String |
COMPANY
Range type: company |
static java.lang.String |
DEPARTMENT
Range type: department |
static java.lang.String |
MEMBER
Range type: member |
static java.lang.String |
ROLE
Range type: role |
Constructor Summary | |
---|---|
AccessAdminOrg()
Constructor. |
|
AccessAdminOrg(java.lang.String rID)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.String |
getMemberID()
Get id of the member who owns the access right. |
java.lang.String |
getRangeID()
Get id of the scope which owns the tasks. |
java.lang.String |
getRangeType()
Get type of the scope which owns the tasks. |
void |
setMemberID(java.lang.String id)
Set id of the member who owns the access right. |
void |
setRangeID(java.lang.String id)
Set id of the scope which owns the tasks. |
void |
setRangeType(java.lang.String type)
Set type of the scope which owns the tasks. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPANY
public static final java.lang.String DEPARTMENT
public static final java.lang.String MEMBER
public static final java.lang.String ROLE
Constructor Detail |
---|
public AccessAdminOrg()
AccessTask
without parameters.
public AccessAdminOrg(java.lang.String rID)
AccessTask
with the specified scope.
rID
- the given range idMethod Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String getMemberID()
public java.lang.String getRangeID()
public java.lang.String getRangeType()
public void setMemberID(java.lang.String id)
id
- the given member idpublic void setRangeID(java.lang.String id)
id
- the given range idpublic void setRangeType(java.lang.String type)
id
- the given range type. (COMPANY, DEPARTMENT, ROLE, MEMBER, PROJECT, PROCESS, ARTIFACT)
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |