|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWRole
public class VWRole
Use this class to retrieve information about a role.
Nested Class Summary | |
---|---|
static class |
VWRole.WorkBasketReference
Use this class to retrieve information about a workbasket associated with a role. |
Method Summary | |
---|---|
VWWorkBasket |
fetchWorkBasket(java.lang.String queueName,
java.lang.String workBasketName)
Retrieves the specified work basket for this role. |
VWWorkBasket[] |
fetchWorkBaskets()
Retrieves the VWWorkBaskets that this role references. |
java.lang.String |
getApplicationSpaceName()
Gets the name of the application space in which this role is defined. |
VWAttributeInfo |
getAttributeInfo()
Gets the role attributes as paired labels (hashtable keys) and values in String format. |
java.lang.String |
getAuthoredName()
Gets the original role name. |
java.lang.String |
getDescription()
Gets the role description. |
java.lang.String |
getHomePageURL()
Gets the URL of the home page for the role. |
int |
getId()
Gets the object ID of the role. |
java.lang.String |
getName()
Gets the current name for the role. |
int |
getRevision()
Gets the revision number for the role. |
VWRole.WorkBasketReference[] |
getWorkBasketReferences()
Gets all of the workbaskets associated with this role. |
java.lang.String |
toString()
Gets a String version of the description for the role. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getRevision()
public java.lang.String getName()
public java.lang.String getAuthoredName()
public int getId()
public java.lang.String getDescription()
public java.lang.String getHomePageURL()
public java.lang.String getApplicationSpaceName()
public VWAttributeInfo getAttributeInfo()
public VWWorkBasket fetchWorkBasket(java.lang.String queueName, java.lang.String workBasketName) throws VWException
workBasketNname
- A String containing the name of the work basket to retrieve.
VWException
public VWWorkBasket[] fetchWorkBaskets() throws VWException
VWException
public VWRole.WorkBasketReference[] getWorkBasketReferences()
public java.lang.String toString()
toString
in class java.lang.Object
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |