| Package | Description |
|---|---|
| de.hybris.platform.platformbackoffice.labelproviders | |
| de.hybris.platform.platformbackoffice.widgets.workflow | |
| de.hybris.platform.workflow | |
| de.hybris.platform.workflow.impl | |
| de.hybris.platform.workflow.model |
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
|
| de.hybris.platform.workflow.resource |
| Modifier and Type | Method and Description |
|---|---|
String |
WorkflowItemAttachmentLabelProvider.getDescription(WorkflowItemAttachmentModel workflowItemAttachmentModel) |
String |
WorkflowItemAttachmentLabelProvider.getIconPath(WorkflowItemAttachmentModel workflowItemAttachmentModel) |
String |
WorkflowItemAttachmentLabelProvider.getLabel(WorkflowItemAttachmentModel workflowItemAttachmentModel) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowItemAttachmentModel> |
CreateWorkflowForm.getItemsToAdd() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWorkflowForm.setItemsToAdd(List<WorkflowItemAttachmentModel> itemsToAdd) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowItemAttachmentModel> |
WorkflowAttachmentService.addItems(WorkflowModel workflow,
List<? extends ItemModel> itemsToAdd)
Adds items to workflow as an attachment
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowItemAttachmentModel> |
DefaultWorkflowAttachmentService.addItems(WorkflowModel workflowModel,
List<? extends ItemModel> itemsToAdd) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowItemAttachmentModel> |
WorkflowActionModel.getAttachments()
Generated method - Getter of the
WorkflowAction.attachments attribute defined at extension workflow. |
List<WorkflowItemAttachmentModel> |
WorkflowModel.getAttachments()
Generated method - Getter of the
Workflow.attachments attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionModel.setAttachments(List<WorkflowItemAttachmentModel> value)
Generated method - Setter of
WorkflowAction.attachments attribute defined at extension workflow. |
void |
WorkflowModel.setAttachments(List<WorkflowItemAttachmentModel> value)
Generated method - Setter of
Workflow.attachments attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowItemAttachmentModel |
WorkflowItemAttachmentResource.getWorkflowItemAttachmentModel()
Convenience method which just delegates to
#getResourceValue() |
protected WorkflowItemAttachmentModel |
WorkflowItemAttachmentResource.readResource(String resourceId)
Gets the
WorkflowItemAttachmentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowItemAttachmentModel> |
WorkflowItemAttachmentsResource.getWorkflowItemAttachmentsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowItemAttachmentResource.setWorkflowItemAttachmentModel(WorkflowItemAttachmentModel value)
Convenience method which just delegates to
#setResourceValue(WorkflowItemAttachmentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowItemAttachmentsResource.setWorkflowItemAttachmentsCollection(Collection<WorkflowItemAttachmentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.