|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TibcoBaseView2.resourcesRequiredEnum | |
|---|---|
| com.tibco.bpm.web.client.model.types | |
| com.tibco.bpm.web.client.services.actions.workviews | |
| Uses of TibcoBaseView2.resourcesRequiredEnum in com.tibco.bpm.web.client.model.types |
|---|
| Methods in com.tibco.bpm.web.client.model.types that return TibcoBaseView2.resourcesRequiredEnum | |
|---|---|
TibcoBaseView2.resourcesRequiredEnum |
TibcoBaseView2.getResourcesRequired()
|
static TibcoBaseView2.resourcesRequiredEnum |
TibcoBaseView2.resourcesRequiredEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TibcoBaseView2.resourcesRequiredEnum[] |
TibcoBaseView2.resourcesRequiredEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.tibco.bpm.web.client.model.types with parameters of type TibcoBaseView2.resourcesRequiredEnum | |
|---|---|
void |
TibcoBaseView2.setResourcesRequired(TibcoBaseView2.resourcesRequiredEnum resourcesRequired)
|
| Constructors in com.tibco.bpm.web.client.model.types with parameters of type TibcoBaseView2.resourcesRequiredEnum | |
|---|---|
TibcoBaseView2(long workListViewID,
java.lang.String orderString,
java.lang.String filterString,
java.lang.String name,
java.lang.String description,
boolean publicView,
OrgModelEntity orgEntity,
java.util.ArrayList<OrgModelEntity> users,
java.util.ArrayList<OrgModelEntity> authors,
java.lang.String customData,
java.util.Date creationDate,
java.util.Date modificationDate,
TibcoBaseView2.resourcesRequiredEnum resourcesRequired,
boolean getAllocatedItems)
|
|
| Uses of TibcoBaseView2.resourcesRequiredEnum in com.tibco.bpm.web.client.services.actions.workviews |
|---|
| Methods in com.tibco.bpm.web.client.services.actions.workviews that return TibcoBaseView2.resourcesRequiredEnum | |
|---|---|
TibcoBaseView2.resourcesRequiredEnum |
EditWorkListView2.getResourcesRequired()
If the view is of the Global Work List or a users Own Work List |
TibcoBaseView2.resourcesRequiredEnum |
CreateWorkListView2.getResourcesRequired()
If the view is of the Global Work List or a users Own Work List |
| Constructors in com.tibco.bpm.web.client.services.actions.workviews with parameters of type TibcoBaseView2.resourcesRequiredEnum | |
|---|---|
CreateWorkListView2(java.lang.String name,
java.lang.String description,
java.lang.String customData,
java.lang.String order,
java.lang.String filter,
java.util.ArrayList<OrgModelEntity> authors,
java.util.ArrayList<OrgModelEntity> users,
java.lang.String ownerId,
boolean publicView,
TibcoBaseView2.resourcesRequiredEnum resourcesRequired)
Constructs a new CreateWorkListView2 Action. |
|
EditWorkListView2(long workListViewID,
java.lang.String name,
java.lang.String description,
java.lang.String customData,
java.lang.String order,
java.lang.String filter,
java.util.ArrayList<OrgModelEntity> authors,
java.util.ArrayList<OrgModelEntity> users,
java.lang.String ownerId,
boolean publicView,
TibcoBaseView2.resourcesRequiredEnum resourcesRequired)
Constructs a new EditWorkListView2 Action. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||