Package | Description |
---|---|
com.orchestranetworks.addon.rpfl |
Classes and interfaces to create business rules and permission rules.
|
com.orchestranetworks.addon.rpfl.controller |
Classes and interfaces that control the execution of business rules and permission rules.
|
Modifier and Type | Field and Description |
---|---|
static PermissionScope |
PermissionScope.DATASET
Defines the scope 'Data set'.
|
static PermissionScope |
PermissionScope.FIELD
Defines the scope 'Field'.
|
static PermissionScope |
PermissionScope.RECORD
Defines the scope 'Record'.
|
static PermissionScope |
PermissionScope.SERVICE
Defines the scope 'Service'.
|
static PermissionScope |
PermissionScope.TABLE
Defines the scope 'Table'.
|
Modifier and Type | Method and Description |
---|---|
PermissionScope |
AccessPermissionRuleDefinition.getPermissionScope()
Returns the scope on which the permission rule will be applied.
|
static PermissionScope |
PermissionScope.parse(String name)
Returns the
PermissionScope instance that corresponds to the
value specified. |
Modifier and Type | Method and Description |
---|---|
PermissionScope |
AccessPermissionExecutionContext.getScope()
Returns the
PermissionScope . |
Modifier and Type | Method and Description |
---|---|
void |
AccessPermissionExecutionContext.setScope(PermissionScope scope)
Defines the
PermissionScope . |
Constructor and Description |
---|
AccessPermissionExecutionContext(com.onwbp.adaptation.Adaptation adaptation,
com.orchestranetworks.service.Session session,
com.orchestranetworks.schema.SchemaNode node,
PermissionScope scope) |