Modifier and Type | Method and Description |
---|---|
ActionDefinition[] |
ActionGroup.getActionsInGroup() |
Modifier and Type | Method and Description |
---|---|
void |
UnconditionalPrivilege.writeDefinition(SourceGenerator sg,
ActionDefinition contextaction) |
abstract void |
Privilege.writeDefinition(SourceGenerator sg,
ActionDefinition contextaction)
writes the definition of the privilege on the action
|
void |
ObjectPrivilege.writeDefinition(SourceGenerator sg,
ActionDefinition contextaction) |
void |
ObjectPersonalPrivilege.writeDefinition(SourceGenerator sg,
ActionDefinition contextaction) |
void |
Anarchy.writeDefinition(SourceGenerator sg,
ActionDefinition contextaction) |
void |
UnconditionalPrivilege.writeImport(SourceGenerator sg,
ActionDefinition contextaction) |
abstract void |
Privilege.writeImport(SourceGenerator sg,
ActionDefinition contextaction)
method used to write all imports necessary for the privilege
|
void |
ObjectStatePrivilege.writeImport(SourceGenerator sg,
ActionDefinition contextaction) |
void |
ObjectStateDomainPrivilege.writeImport(SourceGenerator sg,
ActionDefinition contextaction) |
void |
ObjectPersonalPrivilege.writeImport(SourceGenerator sg,
ActionDefinition contextaction) |
void |
ObjectDomainPrivilege.writeImport(SourceGenerator sg,
ActionDefinition contextaction) |
void |
Anarchy.writeImport(SourceGenerator sg,
ActionDefinition contextaction) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicActionDefinition
A dynamic action is an action that has input attributes.
|
class |
StaticActionDefinition
A static Action Definition does not have any input parameter.
|
Modifier and Type | Method and Description |
---|---|
ActionDefinition[] |
ActionDefinition.getActionsInGroup() |
Modifier and Type | Method and Description |
---|---|
ActionDefinition[] |
SmartReport.getActionsInGroup() |
Modifier and Type | Method and Description |
---|---|
protected ActionDefinition |
DataObjectDefinitionSearchPagesAndActions.generateSearchAction()
general the search action for the data object
|
protected ActionDefinition |
DataObjectDefinitionSearchPagesAndActions.generateSearchActionForLeftObjectLink(LinkObject<?,?> linkobject)
generate the search action looking for potential left object while building a
link
|
protected ActionDefinition |
DataObjectDefinitionSearchPagesAndActions.generateSearchActionForRightObjectAutolink(AutolinkObject<?> linkobject)
generates a search action for potential right objects to build an auto-link
|
protected ActionDefinition |
DataObjectDefinitionSearchPagesAndActions.generateSearchActionForRightObjectLink(LinkObject<?,?> linkobject)
generates search action looking for a potential right object
|
ActionDefinition |
DataObjectDefinitionSearchPagesAndActions.generateSearchActionWithParent(LinkObject<?,?> linkobject,
LinkedToParent<?> rightobjectparentproperty)
generates a search action for all right objects with the same parents as the
left object
|
Modifier and Type | Method and Description |
---|---|
void |
DataObjectDefinition.addActionToBusinessAdminGroup(ActionDefinition action)
adds an action to the business admin group for the data object
|
void |
DataObjectDefinition.addActionToCreateNewGroup(ActionDefinition action)
adds an action to the create new action group for the data object
|
void |
DataObjectDefinition.addActionToDataAdminActionGroup(ActionDefinition action)
adds an action to the data admin group for the data object
|
void |
DataObjectDefinition.addActionToExecutiveReadGroup(ActionDefinition action)
adds an action to the executive read action group for the data object
|
void |
DataObjectDefinition.addActionToFullGroup(ActionDefinition action)
adds an action to the full group for the data object
|
void |
DataObjectDefinition.addActionToLookupActionGroup(ActionDefinition action)
adds an action to the lookup action group
|
void |
DataObjectDefinition.addActionToModifyGroup(ActionDefinition action)
adds an action to the modify action group for the data object
|
void |
DataObjectDefinition.addActionToReadActionGroup(ActionDefinition action)
adds an action to the read action group for the data object
|
void |
DataObjectDefinition.addActionToScheduleActionGroup(ActionDefinition action)
adds an action to the schedule action group for the data object
|
void |
DataObjectDefinition.addActionToSteerActionGroup(ActionDefinition action)
adds an action to the steer action group for the data object
|
Modifier and Type | Method and Description |
---|---|
ActionDefinition[] |
AutomaticActionMarker.getActionsInGroup() |
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
Module.getAction(int index)
gets action at the given index in the module
|
ActionDefinition |
Module.lookupActionDefinition(java.lang.String name)
returns the action for the given name
|
Modifier and Type | Method and Description |
---|---|
void |
Module.addAction(ActionDefinition thisaction)
registers the action in the package
|
boolean |
Module.addActionIfNotExists(ActionDefinition thisaction)
registers an action if it does not exist yet
|
Privilege[] |
Module.getPrivilegesForAction(ActionDefinition thisaction)
gets all the privileges defined for an action
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicPageDefinition.linkPageToAction(ActionDefinition actiondefinition) |