| Package | Description |
|---|---|
| org.alfresco.repo.webservice.action |
| Modifier and Type | Field and Description |
|---|---|
static ActionItemDefinitionType |
ActionItemDefinitionType.action |
static ActionItemDefinitionType |
ActionItemDefinitionType.condition |
| Modifier and Type | Method and Description |
|---|---|
static ActionItemDefinitionType |
ActionItemDefinitionType.fromString(String value) |
static ActionItemDefinitionType |
ActionItemDefinitionType.fromValue(String value) |
ActionItemDefinitionType |
ActionItemDefinition.getType()
Gets the type value for this ActionItemDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
ActionItemDefinition |
ActionServiceSoapPort.getActionItemDefinition(String name,
ActionItemDefinitionType definitionType)
Get a named action item definition.
|
ActionItemDefinition |
ActionWebService.getActionItemDefinition(String name,
ActionItemDefinitionType definitionType) |
ActionItemDefinition |
ActionWebService.getActionItemDefinitionImpl(String name,
ActionItemDefinitionType definitionType) |
void |
ActionItemDefinition.setType(ActionItemDefinitionType type)
Sets the type value for this ActionItemDefinition.
|
| Constructor and Description |
|---|
ActionItemDefinition(String name,
ActionItemDefinitionType type,
String title,
String description,
boolean adHocPropertiesAllowed,
ParameterDefinition[] parameterDefinition) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.