| Package | Description |
|---|---|
| de.hybris.platform.b2b.dao | |
| de.hybris.platform.b2b.dao.impl | |
| de.hybris.platform.b2b.services | |
| de.hybris.platform.b2b.services.impl | |
| de.hybris.platform.cockpit.session.impl | |
| de.hybris.platform.core.model.util |
Contains generated models for each type of de.hybris.platform.util package.
|
| de.hybris.platform.workflow | |
| de.hybris.platform.workflow.daos | |
| de.hybris.platform.workflow.daos.impl | |
| de.hybris.platform.workflow.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| 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.services | |
| de.hybris.platform.workflow.services.impl |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowActionModel> |
B2BWorflowActionDao.findActionByUserAndStatus(WorkflowActionStatus status,
UserModel user)
|
Collection<WorkflowActionModel> |
B2BWorflowActionDao.findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status,
String qualifier,
UserModel user)
Finds a work flow action with a particular workflowaction status, user and template qualifier
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowActionModel> |
DefaultB2BWorkflowActionDao.findActionByUserAndStatus(WorkflowActionStatus status,
UserModel user)
Deprecated.
|
Collection<WorkflowActionModel> |
DefaultB2BWorkflowActionDao.findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status,
String qualifier,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowActionModel> |
B2BWorkflowIntegrationService.findByActionStatusAndUser(WorkflowActionStatus status,
String qualifier,
UserModel user)
Deprecated.
As of hybris 4.4, replaced by
B2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus, String, UserModel) |
Collection<WorkflowActionModel> |
B2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status,
String qualifier,
UserModel user)
Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowActionModel> |
DefaultB2BWorkflowIntegrationService.findByActionStatusAndUser(WorkflowActionStatus status,
String qualifier,
UserModel user)
Deprecated.
As of hybris 4.4, replaced by
DefaultB2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus, String, UserModel) |
Collection<WorkflowActionModel> |
DefaultB2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status,
String qualifier,
UserModel user)
Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)
|
| Modifier and Type | Method and Description |
|---|---|
Set<WorkflowActionStatus> |
TaskBrowserModel.getActiveStatusFilters() |
Set<WorkflowActionStatus> |
TaskBrowserModel.getAvailableStatusFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskBrowserModel.setActiveStatusFilters(Set<WorkflowActionStatus> activeStatusFilters) |
void |
TaskBrowserModel.setAvailableStatusFilters(Set<WorkflowActionStatus> availableStatusFilters) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionStatus |
InboxViewModel.getStatus()
Generated method - Getter of the
InboxView.status attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
WorkflowActionService.getAllUserWorkflowActionsWithAttachments(List<String> attachments,
Collection<WorkflowActionStatus> actionStatuses)
Returns workflow actions with attachment that match types passed and statuses
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
WorkflowActionDao.findWorkflowActionsByStatusAndAttachmentType(List<ComposedTypeModel> attachmentTypes,
Collection<WorkflowActionStatus> actionStatuses) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
DefaultWorkflowActionDao.findWorkflowActionsByStatusAndAttachmentType(List<ComposedTypeModel> attachmentTypes,
Collection<WorkflowActionStatus> actionStatuses) |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowActionStatus |
WorkflowActionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowActionStatus[] |
WorkflowActionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
DefaultWorkflowActionService.getAllUserWorkflowActionsWithAttachments(List<String> attachments,
Collection<WorkflowActionStatus> actionStatuses) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionStatus |
WorkflowActionModel.getStatus()
Generated method - Getter of the
WorkflowAction.status attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionModel.setStatus(WorkflowActionStatus value)
Generated method - Setter of
WorkflowAction.status attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
WorkflowService.getAllUserWorkflowActionsWithAttachments(List<String> attachmentClassNames,
Collection<WorkflowActionStatus> actionStatuses)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
WorkflowServiceImpl.getAllUserWorkflowActionsWithAttachments(List<String> attachmentClassNames,
Collection<WorkflowActionStatus> actionStatuses)
Deprecated.
|
Copyright © 2017 SAP SE. All Rights Reserved.