|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.AccessMember
public class AccessMember
The member's access right for the task, process, monitor, message, bbs, on line user, task search, and artifact search.
Field Summary | |
---|---|
static java.lang.String |
BOTH_VIEW
|
static java.lang.String |
COMPANY_VIEW
|
static java.lang.String |
RULE_VIEW
|
Constructor Summary | |
---|---|
AccessMember()
Constructor. |
|
AccessMember(java.lang.String mID)
Constructor. |
Method Summary | |
---|---|
void |
addAccessArtifact(AccessArtifact access)
|
void |
addAccessSchedule(AccessSchedule access)
|
void |
addAccessTask(AccessTask access)
|
java.lang.Object |
clone()
|
java.util.Vector |
getAccessArtifactList()
|
AccessOnLineUser |
getAccessOnLineUser()
|
java.util.Vector |
getAccessScheduleList()
|
java.util.Vector |
getAccessTaskList()
|
boolean |
getArtifactSearch()
Get the artifact search option |
boolean |
getArtifactSearchAll()
|
java.lang.String |
getArtifactSearchView()
|
boolean |
getBBS()
Get the BBS option |
java.lang.String |
getMemberID()
Get id of the member who owns the access right. |
boolean |
getMessage()
Get the message option |
boolean |
getMonitor()
Get the monitor option |
boolean |
getOnLineUser()
Get the on line user option |
boolean |
getProcess()
Get the process option |
boolean |
getSchedule()
Get the schedule Option |
boolean |
getScheduleAll()
|
java.lang.String |
getScheduleView()
|
boolean |
getTask()
Get the task option |
boolean |
getTaskSearch()
Get the task search option |
boolean |
getTaskSearchAll()
|
java.lang.String |
getTaskSearchView()
|
void |
setAccessArtifactList(java.util.Vector artifactSearchList)
|
void |
setAccessOnLineUser(AccessOnLineUser access)
|
void |
setAccessScheduleList(java.util.Vector scheduleList)
|
void |
setAccessTaskList(java.util.Vector taskSearchList)
|
void |
setArtifactSearch(boolean b)
Set the artifact search option. |
void |
setArtifactSearchAll(boolean b)
|
void |
setArtifactSearchView(java.lang.String view)
|
void |
setBBS(boolean b)
Set the BBS option. |
void |
setMemberID(java.lang.String mID)
Set id of the member who owns the access right. |
void |
setMessage(boolean b)
Set the message option. |
void |
setMonitor(boolean b)
Set the monitor option. |
void |
setOnLineUser(boolean b)
Set the online user option. |
void |
setProcess(boolean b)
Set the process option. |
void |
setSchedule(boolean b)
Set the schedule option. |
void |
setScheduleAll(boolean b)
|
void |
setScheduleView(java.lang.String view)
|
void |
setTask(boolean b)
Set the task option. |
void |
setTaskSearch(boolean b)
Set the task search option. |
void |
setTaskSearchAll(boolean b)
|
void |
setTaskSearchView(java.lang.String view)
|
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 BOTH_VIEW
public static final java.lang.String COMPANY_VIEW
public static final java.lang.String RULE_VIEW
Constructor Detail |
---|
public AccessMember()
AccessMember
without parameters.
public AccessMember(java.lang.String mID)
AccessMember
with the specified member.
id
- the given member idMethod Detail |
---|
public void addAccessArtifact(AccessArtifact access)
public void addAccessSchedule(AccessSchedule access)
public void addAccessTask(AccessTask access)
public java.lang.Object clone()
clone
in class java.lang.Object
public java.util.Vector getAccessArtifactList()
public AccessOnLineUser getAccessOnLineUser()
public java.util.Vector getAccessScheduleList()
public java.util.Vector getAccessTaskList()
public boolean getArtifactSearch()
public boolean getArtifactSearchAll()
public java.lang.String getArtifactSearchView()
public boolean getBBS()
public java.lang.String getMemberID()
public boolean getMessage()
public boolean getMonitor()
public boolean getOnLineUser()
public boolean getProcess()
public boolean getSchedule()
public boolean getScheduleAll()
public java.lang.String getScheduleView()
public boolean getTask()
public boolean getTaskSearch()
public boolean getTaskSearchAll()
public java.lang.String getTaskSearchView()
public void setAccessArtifactList(java.util.Vector artifactSearchList)
public void setAccessOnLineUser(AccessOnLineUser access)
public void setAccessScheduleList(java.util.Vector scheduleList)
public void setAccessTaskList(java.util.Vector taskSearchList)
public void setArtifactSearch(boolean b)
b
- the given boolean valuepublic void setArtifactSearchAll(boolean b)
public void setArtifactSearchView(java.lang.String view)
public void setBBS(boolean b)
b
- the given boolean valuepublic void setMemberID(java.lang.String mID)
id
- the given member idpublic void setMessage(boolean b)
b
- the given boolean valuepublic void setMonitor(boolean b)
b
- the given boolean valuepublic void setOnLineUser(boolean b)
b
- the given boolean valuepublic void setProcess(boolean b)
b
- the given boolean valuepublic void setSchedule(boolean b)
b
- the given boolean valuepublic void setScheduleAll(boolean b)
public void setScheduleView(java.lang.String view)
public void setTask(boolean b)
b
- the given boolean valuepublic void setTaskSearch(boolean b)
b
- the given boolean valuepublic void setTaskSearchAll(boolean b)
public void setTaskSearchView(java.lang.String view)
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |