Modifier and Type | Interface and Description |
---|---|
static class |
WebeditElementStatusProviderPlugin.Factory
Factory to
create a WorkflowGroup . |
static class |
WebeditElementStatusProviderPlugin.State
Kind of release state of a given element.
|
Modifier and Type | Method and Description |
---|---|
WebeditElementStatusProviderPlugin.State |
getReleaseState(IDProvider element)
Returns the release state of the given
element , consider depending objects like it's page or references media. |
List<WorkflowGroup> |
getWorkflowGroups(IDProvider element)
Returns a list of
WorkflowGroup objects, each group should contain elements with common workflow
actions. |
default boolean |
isSupported(IDProvider element)
Returns whether or not this plugin can provide status information for the given element.
|
@NotNull List<WorkflowGroup> getWorkflowGroups(@NotNull IDProvider element)
WorkflowGroup
objects, each group should contain elements with common workflow
actions.element
- The element to return the available workflow groups for.isSupported(IDProvider)
@NotNull WebeditElementStatusProviderPlugin.State getReleaseState(@NotNull IDProvider element)
element
, consider depending objects like it's page or references media.element
- The element to return the release state for.element
.isSupported(IDProvider)
default boolean isSupported(@NotNull IDProvider element)
PageRef
and Dataset
elements.element
- The element to check for support.true
if this plugin supports this element type, false
otherwise.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210