|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.AccessAdminArtifact
public class AccessAdminArtifact
The admin's access right for artifacts within the specified scope.
Field Summary | |
---|---|
static java.lang.String |
ARTIFACT
Range type: artifact |
static java.lang.String |
PROJECT
Range type: project |
Constructor Summary | |
---|---|
AccessAdminArtifact()
Constructor. |
|
AccessAdminArtifact(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 artifacts. |
java.lang.String |
getRangeType()
Get type of the scope which owns the artifacts. |
void |
setMemberID(java.lang.String mID)
Set id of the member who owns the access right. |
void |
setRangeID(java.lang.String id)
Set id of the scope which owns the artifacts. |
void |
setRangeType(java.lang.String type)
Set type of the scope which owns the artifacts. |
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 ARTIFACT
public static final java.lang.String PROJECT
Constructor Detail |
---|
public AccessAdminArtifact()
AccessAdminArtifact
without parameters.
public AccessAdminArtifact(java.lang.String rID)
AccessArtifact
with the specified range.
id
- the given rangeMethod 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 mID)
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. (PROCESS, PROJECT, ARTIFACT)
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |