Modifier and Type | Class and Description |
---|---|
class |
BaseActionDefinitionModel |
Modifier and Type | Method and Description |
---|---|
ActionDefinitionModel |
ActionResourceConverter.convertActionResourceToModel(byte[] actionResourceBytes) |
ActionDefinitionModel |
ActionResourceConverter.convertActionResourceToModel(InputStream actionResourceStream) |
ActionDefinitionModel |
ActionRepositoryService.getActionDefinitionModel(String actionDefinitionId)
Returns the
ActionDefinitionModel including all action model info. |
ActionDefinitionModel |
ActionRepositoryService.getActionDefinitionModelByKey(String actionDefinitionKey)
Returns the
ActionDefinitionModel including all action model info,
using the action definition key and resolving the key to the latest version. |
ActionDefinitionModel |
ActionRepositoryService.getActionDefinitionModelByKeyAndTenantId(String actionDefinitionKey,
String tenantId)
Returns the
ActionDefinitionModel including all action model info,
using the action definition key and resolving the key to the latest version. |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseScopedObjectActionFilter.acceptsActionDefinition(Object scopedObject,
SecurityScope securityScope,
ActionDefinition actionDefinition,
ActionDefinitionModel actionDefinitionModel,
ActionInstance actionInstance) |
String |
ActionResourceConverter.convertActionDefinitionModelToJson(ActionDefinitionModel actionDefinitionModel) |
protected boolean |
BaseScopedObjectActionFilter.currentUserHasAccess(T scopedObject,
ActionDefinitionModel actionDefinitionModel,
SecurityScope securityScope) |
String |
ActionTemplateService.getMessage(String templateKey,
String tenantId,
String code,
String language,
ActionDefinitionModel actionDefinitionModel,
Object scopedObject)
Get the message for the given
templateKey . |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ActionDefinitionModel> |
ScopedObjectActionData.actionDefinitionModels |
Modifier and Type | Method and Description |
---|---|
ActionDefinitionModel |
ScopedObjectActionData.getActionDefinitionModelForActionDefinitionId(String actionDefinitionId) |
ActionDefinitionModel |
ScopedObjectActionData.getActionDefinitionModelForActionInstance(ActionInstance actionInstance) |
Modifier and Type | Method and Description |
---|---|
Map<String,ActionDefinitionModel> |
ScopedObjectActionData.getActionDefinitionModels() |
Modifier and Type | Method and Description |
---|---|
boolean |
ScopedObjectActionFilter.acceptsActionDefinition(Object scopedObject,
SecurityScope securityScope,
ActionDefinition actionDefinition,
ActionDefinitionModel actionDefinitionModel,
ActionInstance actionInstance)
Check if the scoped object accepts the provided
actionDefinition with the provided actionDefinitionModel . |
Modifier and Type | Method and Description |
---|---|
void |
ScopedObjectActionData.setActionDefinitionModels(Map<String,ActionDefinitionModel> actionDefinitionModels) |
Modifier and Type | Method and Description |
---|---|
ActionDefinitionModel |
GetActionDefinitionModelCmd.execute(CommandContext commandContext) |
protected ActionDefinitionModel |
FindScopedActionDataCmd.getActionDefinitionModel(CommandContext commandContext,
String actionDefinitionId) |
Modifier and Type | Method and Description |
---|---|
ActionDefinitionModel |
ActionResourceConverterImpl.convertActionResourceToModel(byte[] appResourceBytes) |
ActionDefinitionModel |
ActionResourceConverterImpl.convertActionResourceToModel(InputStream appResourceStream) |
Modifier and Type | Method and Description |
---|---|
String |
ActionResourceConverterImpl.convertActionDefinitionModelToJson(ActionDefinitionModel actionDefinitionModel) |
protected ActionDefinitionEntity |
ActionDefinitionDeployer.getMostRecentVersionOfActionDefinition(ActionDefinitionModel actionDefinitionModel,
String tenantId) |
protected void |
ActionDefinitionDeployer.updateCachingAndArtifacts(ActionDefinitionEntity actionDefinition,
ActionDefinitionModel actionResourceModel,
ActionDeploymentEntity deployment) |
Modifier and Type | Field and Description |
---|---|
protected ActionDefinitionModel |
ActionDefinitionCacheEntry.actionDefinitionModel |
Modifier and Type | Method and Description |
---|---|
ActionDefinitionModel |
ActionDefinitionCacheEntry.getActionDefinitionModel() |
Modifier and Type | Method and Description |
---|---|
void |
ActionDefinitionCacheEntry.setActionDefinitionModel(ActionDefinitionModel actionDefinitionModel) |
Constructor and Description |
---|
ActionDefinitionCacheEntry(ActionDefinitionEntity actionDefinitionEntity,
ActionDefinitionModel actionDefinitionModel) |
Modifier and Type | Method and Description |
---|---|
ActionDefinitionModel |
ActionRepositoryServiceImpl.getActionDefinitionModel(String actionDefinitionId) |
ActionDefinitionModel |
ActionRepositoryServiceImpl.getActionDefinitionModelByKey(String actionDefinitionKey) |
ActionDefinitionModel |
ActionRepositoryServiceImpl.getActionDefinitionModelByKeyAndTenantId(String actionDefinitionKey,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
String |
ActionTemplateServiceImpl.getMessage(String templateKey,
String tenantId,
String code,
String language,
ActionDefinitionModel actionDefinitionModel,
Object scopedObject) |