|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.services.actions.security.CheckSystemAction
public class CheckSystemAction
Check the specified System Action for the supplied list of Org Entities. The result will contain a list of Org Entities who are not authorised.
©2011 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
CheckSystemAction(java.lang.String actionName,
java.lang.String actionComponent,
OrgModelEntity scope,
java.util.ArrayList<OrgModelEntity> entitiesToCheck)
Constructs a new CheckSystemAction Action. |
|
| Method Summary | |
|---|---|
java.lang.String |
getActionComponent()
The component for the System Action to check |
java.lang.String |
getActionName()
The name of the System Action to check |
java.util.ArrayList<OrgModelEntity> |
getEntitiesToCheck()
The list of entities to check the System Action for |
OrgModelEntity |
getScope()
The scope to check the System Action for |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckSystemAction(java.lang.String actionName,
java.lang.String actionComponent,
OrgModelEntity scope,
java.util.ArrayList<OrgModelEntity> entitiesToCheck)
actionName - The Name of the System Action to checkactionComponent - The Component of the System Action to checkscope - The Scope to check the System Action forentitiesToCheck - List of the entities to check| Method Detail |
|---|
public java.lang.String getActionName()
public java.lang.String getActionComponent()
public OrgModelEntity getScope()
public java.util.ArrayList<OrgModelEntity> getEntitiesToCheck()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||