| Package | Description |
|---|---|
| com.hybris.backoffice.workflow | |
| com.hybris.backoffice.workflow.impl | |
| com.hybris.backoffice.workflow.renderer | |
| com.hybris.backoffice.workflow.renderer.actionexecutors | |
| com.hybris.backoffice.workflow.renderer.predicates | |
| 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 |
|---|---|
java.util.List<WorkflowItemAttachmentModel> |
CoreWorkflowFacade.addItems(WorkflowModel workflow,
java.util.List<? extends ItemModel> itemsToAdd)
Adds items to workflow as an attachment
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowEventPublisher.publishWorkflowAttachmentDeletedEvent(WorkflowItemAttachmentModel workflowAttachment)
Sends globally an event that WorkflowAttachment has been deleted.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowItemAttachmentModel> |
DefaultCoreWorkflowFacade.addItems(WorkflowModel workflow,
java.util.List<? extends ItemModel> itemsToAdd) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWorkflowEventPublisher.publishWorkflowAttachmentDeletedEvent(WorkflowItemAttachmentModel workflowAttachment) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Predicate<WorkflowItemAttachmentModel> |
WorkflowAttachmentDeleteActionRenderer.getActionPredicate() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowAttachmentDeleteActionRenderer.render(Menupopup menupopup,
ListColumn configuration,
WorkflowItemAttachmentModel workflowAttachment,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowAttachmentDeleteActionRenderer.setActionPredicate(java.util.function.Predicate<WorkflowItemAttachmentModel> actionPredicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowAttachmentDeleteActionExecutor.accept(WorkflowItemAttachmentModel workflowAttachment) |
protected void |
WorkflowAttachmentDeleteActionExecutor.notifyUser(WorkflowItemAttachmentModel workflowAttachment,
java.lang.String eventType,
NotificationEvent.Level level)
Deprecated.
since 6.7, use the
#NotificationService.notifyUser(String , String, NotificationEvent.Level, Object...) instead. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DeleteWorkflowAttachmentActionPredicate.test(WorkflowItemAttachmentModel workflowItemAttachmentModelModel) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
WorkflowItemAttachmentLabelProvider.getDescription(WorkflowItemAttachmentModel workflowItemAttachmentModel) |
java.lang.String |
WorkflowItemAttachmentLabelProvider.getIconPath(WorkflowItemAttachmentModel workflowItemAttachmentModel) |
java.lang.String |
WorkflowItemAttachmentLabelProvider.getLabel(WorkflowItemAttachmentModel workflowItemAttachmentModel) |
java.lang.String |
WorkflowItemAttachmentLabelProvider.getShortLabel(WorkflowItemAttachmentModel workflowItemAttachmentModel) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowItemAttachmentModel |
CreateWorkflowAttachmentHandler.getWorkflowAttachment(FlowActionHandlerAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowItemAttachmentModel> |
CreateWorkflowForm.getItemsToAdd() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CreateWorkflowAttachmentHandler.hasAttachment(java.util.List<WorkflowItemAttachmentModel> attachments,
WorkflowItemAttachmentModel attachment) |
protected void |
CreateWorkflowAttachmentHandler.setWorkflowAttachment(FlowActionHandlerAdapter adapter,
WorkflowItemAttachmentModel workflowAttachment) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CreateWorkflowAttachmentHandler.hasAttachment(java.util.List<WorkflowItemAttachmentModel> attachments,
WorkflowItemAttachmentModel attachment) |
void |
CreateWorkflowForm.setItemsToAdd(java.util.List<WorkflowItemAttachmentModel> itemsToAdd) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowItemAttachmentModel> |
WorkflowAttachmentService.addItems(WorkflowModel workflow,
java.util.List<? extends ItemModel> itemsToAdd)
Adds items to workflow as an attachment
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowItemAttachmentModel> |
DefaultWorkflowAttachmentService.addItems(WorkflowModel workflowModel,
java.util.List<? extends ItemModel> itemsToAdd) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowItemAttachmentModel> |
WorkflowModel.getAttachments()
Generated method - Getter of the
Workflow.attachments attribute defined at extension workflow. |
java.util.List<WorkflowItemAttachmentModel> |
WorkflowActionModel.getAttachments()
Generated method - Getter of the
WorkflowAction.attachments attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowModel.setAttachments(java.util.List<WorkflowItemAttachmentModel> value)
Generated method - Setter of
Workflow.attachments attribute defined at extension workflow. |
void |
WorkflowActionModel.setAttachments(java.util.List<WorkflowItemAttachmentModel> value)
Generated method - Setter of
WorkflowAction.attachments attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowItemAttachmentModel |
WorkflowItemAttachmentResource.getWorkflowItemAttachmentModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected WorkflowItemAttachmentModel |
WorkflowItemAttachmentResource.readResource(java.lang.String resourceId)
Gets the
WorkflowItemAttachmentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowItemAttachmentModel> |
WorkflowItemAttachmentsResource.getWorkflowItemAttachmentsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<WorkflowItemAttachmentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.