Modifier and Type | Method and Description |
---|---|
IDProvider |
ClientScriptContext.getElement()
The element this context is operating on.
|
IDProvider |
WorkflowContext.getElement()
Returns the element or
null for tasks with no context element. |
IDProvider |
GenerationContext.getNavigationContext()
Returns the origin node for relative urls.
|
IDProvider |
ReferenceEntry.getReferencedElement()
The referenced node.
|
Modifier and Type | Method and Description |
---|---|
static ServerActionHandle<? extends DeleteProgress,Boolean> |
AccessUtil.delete(IDProvider element,
boolean ignoreIncomingReferences)
Deprecated.
use
DeleteOperation instead ; since 5.2.1804 |
default Optional<UrlCreatorProvider> |
UrlCreatorProvider.getUrlCreatorProvider(IDProvider node)
Provides a
UrlCreatorProvider for the remote configuration associated with the given IDProvider . |
static ServerActionHandle<? extends ReleaseProgress,Boolean> |
AccessUtil.release(IDProvider toRelease,
boolean checkOnly)
Deprecated.
use
ReleaseOperation instead ; since 5.2.180606 |
static ServerActionHandle<? extends ReleaseProgress,Boolean> |
AccessUtil.release(IDProvider releaseStartNode,
boolean checkOnly,
boolean ensureAccessibility,
boolean recursive,
IDProvider.DependentReleaseType dependentType)
Deprecated.
use
ReleaseOperation instead ; since 5.2.180606 |
static ServerActionHandle<? extends ReleaseProgress,Boolean> |
AccessUtil.release(IDProvider releaseStartNode,
boolean checkOnly,
boolean ensureAccessibility,
boolean recursive,
IDProvider.DependentReleaseType dependentType,
String comment)
Deprecated.
use
ReleaseOperation instead ; since 5.2.180606 |
static ServerActionHandle<? extends ReleaseProgress,Boolean> |
AccessUtil.release(IDProvider toRelease,
boolean checkOnly,
String comment)
Deprecated.
use
ReleaseOperation instead ; since 5.2.180606 |
static ServerActionHandle<? extends RestoreProgress,Boolean> |
AccessUtil.restore(IDProvider newParent,
ElementInfo elementInfo,
boolean restoreParentIfNecessary,
boolean ignoreMissingReferencedObjects,
boolean checkOnlyMode)
Starts a restore action on the server, which restores the deleted element specified by the given
elementInfo |
static ServerActionHandle<? extends RevertProgress,Boolean> |
AccessUtil.revert(IDProvider element,
Revision revision,
boolean recursive,
EnumSet<IDProvider.RevertType> ignoreRevertTypes,
boolean ignoreMissingReferencedObjects,
boolean checkOnlyMode)
Reverts an element of type
IDProvider to a specific revision. |
Modifier and Type | Method and Description |
---|---|
static ServerActionHandle<? extends DeleteProgress,Boolean> |
AccessUtil.delete(Collection<IDProvider> elements,
boolean ignoreIncomingReferences)
Deprecated.
use
DeleteOperation instead ; since 5.2.1804 |
Modifier and Type | Method and Description |
---|---|
void |
ProjectStorage.rebuildSearchIndex(IDProvider element)
Refreshes the search index for the given
element . |
Modifier and Type | Method and Description |
---|---|
Collection<Activity> |
PermissionsAgent.getActivities(IDProvider element)
Provides activities for the given element containing permissions as defined in the
meta data field of the fieldname configured in the project.
|
Collection<Activity> |
PermissionsAgent.getActivities(IDProvider element,
String fieldname)
Provides activities for the given element containing permissions as defined in the
meta data field of the given fieldname.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
TargetReference.get()
Get the reference of the element currently set in this TargetReference.
|
Modifier and Type | Method and Description |
---|---|
static BinaryMedium.Type |
BinaryMedium.Type.fromElement(IDProvider element)
Gets the binary medium type for the specified element.
|
static String |
BinaryMedium.Type.getNameFor(IDProvider element)
Get the name of the binary medium for the specified element.
|
abstract boolean |
BinaryMedium.Type.isTypeOf(IDProvider element)
Checks if medium is instance of given element.
|
String |
BinaryMedium.Type.nameFor(IDProvider element)
Returns the name for the given element combined with the prefix.
|
static TargetReference |
TargetReference.TargetReferences.newInstance(Language language,
IDProvider reference,
String remoteName)
Create a new TargetReference.
|
void |
TargetReference.resetTo(IDProvider reference,
String remote)
Reset the reference and the remote information and infer settings for UID and UidType.
|
void |
TargetReference.set(IDProvider reference)
Set a new element reference of type
IDProvider and infer settings for UID and UidType. |
Modifier and Type | Method and Description |
---|---|
IDProvider |
ImportInfo.getConflictNode(int index)
Returns the conflicted node at the specified index.
|
IDProvider |
ImportInfo.getNewNode(int index)
Returns the added node at the specified index.
|
IDProvider |
ImportInfo.getRemovedNode(int index)
Returns the removed node at the specified index.
|
IDProvider |
ImportInfo.getUpdatedNode(int index)
Returns the updated node at the specified index.
|
Modifier and Type | Method and Description |
---|---|
Collection<IDProvider> |
Subscription.getExclusionNodeList()
Returns a read-only list of
StoreElement 's
which are excluded from the list of startnodes in the belonging
Package of this subscription. |
Collection<IDProvider> |
Package.getStartNodes()
Returns a read-only List of
StoreElement 's of
start nodes existing in this package. |
Collection<IDProvider> |
Package.getStartNodes(Store.Type storeType)
Returns a read-only List of
StoreElement 's of
start nodes existing in this package from the given Store type. |
Modifier and Type | Method and Description |
---|---|
void |
Package.addStartNode(IDProvider storeElement)
Deprecated.
since 5.2.305 - use
PackagePoolItem.addToPackage(Package) |
boolean |
Package.containsStartNode(IDProvider node)
Checks if the given start node is existing in the
underlying start node list of this package.
|
void |
Subscription.excludeNode(IDProvider storeElement)
Excludes the given storeelement from the list
of nodes which will be imported from the package.
|
void |
Subscription.includeNode(IDProvider storeElement)
Includes the given storeelement to the list
of nodes which will be imported from the package.
|
void |
Package.removeStartNode(IDProvider storeElement)
Deprecated.
since 5.2.305 - use
PackagePoolItem.removeFromPackage(Package) |
Modifier and Type | Method and Description |
---|---|
IDProvider |
WebServerConfiguration.getStartNode()
Deprecated.
since 5.0 - no replacement
|
Modifier and Type | Method and Description |
---|---|
List<IDProvider> |
GenerateTask.getStartNodes()
Returns a modifyable list of start nodes for a
partial generate. |
Modifier and Type | Method and Description |
---|---|
void |
WebServerConfiguration.setStartNode(IDProvider value)
Deprecated.
since 5.0 - no replacement
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContentProducer |
interface |
PackagePoolItem
All items wich may be added to a package implement this.
|
interface |
Previewable
Deprecated.
since 5.2.190105, please use
PreviewUrlAgent.getContentProducerBuilder() or PreviewUrlAgent.getMediaBuilder() to create preview urls.The builder can be used to create preview urls for elements of type Page , PageRef or DocumentGroup . |
interface |
Referenceable
Interface for IDProviders that support referencing.
|
interface |
Store
These are the valid store types:
Store.Type.PAGESTORE Store.Type.MEDIASTORE Store.Type.CONTENTSTORE Store.Type.SITESTORE Store.Type.TEMPLATESTORE Store.Type.GLOBALSTORE |
Modifier and Type | Method and Description |
---|---|
IDProvider |
IDProvider.getInRevision(Revision revision)
Get this element in the state of the given revision.
|
IDProvider |
IDProvider.getParent()
|
IDProvider |
Store.getStoreElement(long id) |
IDProvider |
Store.getStoreElement(Long id)
Get a child by it's node id.
|
IDProvider |
Store.getStoreElement(String uid,
IDProvider.UidType uidType)
Get an element of this store by it's unique identifier and unique type or
null if no child exists with the given parameter. |
IDProvider |
Store.getStoreElement(String attributeName,
String attributeValue)
Get a child of this store by the value of a attribute or
null if no child exists with the given parameter |
Modifier and Type | Method and Description |
---|---|
List<? extends IDProvider> |
Store.getElements(Collection<Long> ids)
Get a list of
IDProvider identified by given ids. |
Modifier and Type | Method and Description |
---|---|
Set<de.espirit.firstspirit.storage.Contrast> |
IDProvider.contrastWith(IDProvider reference)
Contrast the element with another one.
|
void |
IDProvider.moveChild(IDProvider child)
Insert child at last position.
|
void |
IDProvider.moveChild(IDProvider child,
int nextSiblingIndex)
Insert child at index position.
|
StoreElement |
Store.restore(ElementInfo elementInfo,
IDProvider parent)
Restore the element defined by the given information.
|
Constructor and Description |
---|
ElementDeletedException(IDProvider idProvider) |
Modifier and Type | Interface and Description |
---|---|
interface |
Content2
Interface providing means to operate on content2 elements.
|
interface |
ContentFolder
This interface provides methods to handle the ContentStore-folder
|
interface |
ContentStoreRoot
This interface provides method to get ContentStore-table object for given ContentStore-table name
|
interface |
Dataset
Interface providing means to operate on datasets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GCABody
Interface representing a body in
globalstore . |
interface |
GCAFolder
This interface represents folders in
globalstore |
interface |
GCAPage
Interface providing means to operate on global store pages.
|
interface |
GCASection
Interface providing means top operate on global store sections.
|
interface |
GlobalContentArea
Root node for global content.
|
interface |
GlobalStoreRoot
Interface providing methods to handle global store root and short access to specific children
(e.g.
|
interface |
ProjectProperties
Interface providing means to operate on project properties.
|
interface |
URLProperties
|
interface |
UserProperties |
Modifier and Type | Method and Description |
---|---|
int |
URLProperties.resetStoredUrls(IDProvider node)
Reset the stored URLs for the specified node.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Media
This interface provides methods to handle a media object from the MediaStore.
|
interface |
MediaFolder
This interface provides methods to handle the MediaStore-folder
|
interface |
MediaStoreRoot
This interface provides methods to handle the MediaStore-Root
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
UploadRejectedException.getStoreElement()
Returns the @{link IDProvider} where the upload has been rejected. the element where the exception has been appeared.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadRejectedException.setStoreElement(IDProvider storeElement)
Set upload rejecting @{link IDProvider}.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Body
This interface provides methods to handle the bodys of pages in the PageStore.
|
interface |
Content2Section
This is a section which renders new content.
|
interface |
DataProvider
Interface providing methods for
data access. |
interface |
Page
This interface provides methods to handle the Pages in the PageStore
|
interface |
PageFolder
This interface provides methods to handle the PageStore-folder
|
interface |
PageStoreRoot
This interface represents the PageStore-Root node.
|
interface |
Section<T extends SectionTemplate>
This interface provides methods to handle the sections of Pages in the PageStore.
|
interface |
SectionReference<T extends SectionTemplate>
Interface providing means to operate on section references.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentGroup
A DocumentGroup groups
DocumentGroupLink's as their child nodes (see
StoreElement.getChildren() ). |
interface |
PageRef
This interface provides methods to handle the pagereferences in the SiteStore
|
interface |
PageRefFolder
This interface provides methods to handle the SiteStore-folder
|
interface |
SiteStoreFolder
Interface providing means to operate on site store folders.
|
interface |
SiteStoreRoot
This interface provides methods to handle the SiteStore-Root
|
interface |
StartNode
This interface combines elements which could be start nodes in sitestore.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
DocLink.getTarget(boolean release)
Gets the target referenced by this element link.
|
IDProvider |
DocLink.getTarget(Store store)
Provides the target element.
|
Modifier and Type | Method and Description |
---|---|
DocLink |
DocumentGroup.addLink(IDProvider target)
Adds a link to the given target element.
|
PageRefFolder |
SiteStoreFolder.createPageRefFolder(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNameOnServer,
IDProvider nextSibling)
Create a new PageRefFolder as child of this folder and place it before the given next sibling.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelSourceProvider
This interface provides comprehensive methods for all elements which provides
channel specific (belonging to a
template set ) source content. |
interface |
FormatTemplate
Definition of a template specialized for formatting tasks.
|
interface |
FormatTemplateContainer
This interface provides methods to handle FormatTemplateContainer in
TemplateStore ,
a container for FormatTemplates |
interface |
FormatTemplateFolder
This interface provides methods to handle FormatTemplateFolder in
TemplateStore |
interface |
FormatTemplates
This interface represants the subroot for
format templates in templatestore. |
interface |
GomSourceProvider
The GOM (gui object model) describes the input form presented to the end user (editor).
|
interface |
LinkTemplate
A link template is a container for the rendering template for links.
|
interface |
LinkTemplates
This interface represants the subroot for
linktemplates in templatestore. |
interface |
MasterTemplate
|
interface |
PageTemplate
Interface providing means to operate on page templates.
|
interface |
PageTemplates
|
interface |
PreviewImageProvider
Interface providing means to access and change elements preview image.
|
interface |
Query
Definition of a query description container.
|
interface |
Schema
Definition of a database schema description.
|
interface |
SchemaContainer
Interface providing methods for elements which can have
schemas as children. |
interface |
SchemaFolder
Definition of a container having schema entries.
|
interface |
Schemes
This interface represants the subroot for
schemas in templatestore. |
interface |
Script
This interface provides methods to handle the scripts in the
TemplateStore |
interface |
ScriptContainer
Interface providing methods for elements which can have
scripts as children. |
interface |
ScriptFolder
Definition of a container that holds scripts.
|
interface |
Scripts
This interface represants the subroot for
scripts in templatestore. |
interface |
SectionTemplate
Interface providing means to operate on section templates.
|
interface |
SectionTemplates
|
interface |
StyleTemplate
Interface providing means to operate on style templates.
|
interface |
TableFormatTemplate
Interface providing means to operate on table format templates.
|
interface |
TableTemplate
Interface for templates defining GUI for content store.
|
interface |
Template
This interface provides methods to handle templates.
|
interface |
TemplateContainer<T extends Template>
Interface providing methods for elements which can have
templates as children. |
interface |
TemplateContentProvider
Interface for nodes which provide a
template document |
interface |
TemplateFolder<T extends Template>
This interface provides methods to handle the TemplateStore-folder like
setting the name ,
creating sub folders , and creating templates . |
interface |
TemplateProvider<T extends Template>
This interface is implemented by all
elements
which have a template. |
interface |
TemplateStoreElement
Interface for nodes which are elements of the
TemplateStore and
belong to a specific sub root (e.g. |
interface |
TemplateStoreRoot
This interface provides methods for the TemplateStore root node, i.e. access to the sub root nodes, getting a
template by its 'template id' (
TemplateStoreRoot.getTemplateById(long) , and getting a workflow by its 'workflow id'
(TemplateStoreRoot.getWorkflowById(long) ). |
interface |
Workflow
Definition of a workflow element.
|
interface |
WorkflowContainer
Interface providing methods for elements which can have
workflows and WorkflowFolder as children. |
interface |
WorkflowFolder
This interface represents a workflow folder in templatestore.
|
interface |
Workflows
This interface represants the subroot for workflows in templatestore.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
TemplateStoreElement.getSubRootInStore(UserService us,
boolean release)
Provides the owning sub root wrt. the given store context information.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
GomCheckable.Context.getElement()
Provides the operational store element for this context.
|
Modifier and Type | Method and Description |
---|---|
<T extends IDProvider> |
TransferAgent.getType(Class<T> clazz)
Provides the transfer type for a given FirstSpirit element type.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
SnippetContext.getContextualElement()
Provide a FirstSpirit element to retrieve further information for snippet building.
|
IDProvider |
ElementValidationReport.getElement()
Deprecated.
since 5.0.311, use
ElementValidationReport.getElement(SpecialistsBroker) instead. |
IDProvider |
ElementValidationReport.getElement(SpecialistsBroker broker)
Get the element this report is generated for.
|
IDProvider |
StoreElementAgent.loadStoreElement(String uid,
IDProvider.UidType uidType,
boolean release)
Load a store object with the given
uid and uidType . |
Modifier and Type | Method and Description |
---|---|
Iterable<IDProvider> |
QueryAgent.answer(String query)
Answers a given query by giving iterable access to matching FirstSpirit elements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProjectRestriction.allows(IDProvider element)
Evaluates, whether the project-restrictions allow the given element to pass.
|
RenderingAgent.Renderer |
RenderingAgent.createRenderer(IDProvider node)
Create a content renderer for the provided node.
|
T |
ClientUrlAgent.ClientUrlBuilder.element(IDProvider element)
Provide the element that should be opened.
|
String |
UIAgent.getDisplayName(IDProvider element)
Determines the display name for the given id providing store element according to the currently set UI language and display mode.
|
ImageIcon |
UIAgent.getIcon(IDProvider element)
Provides an icon for the given id providing store element.
|
SnippetProvider |
SnippetAgent.getSnippetProvider(IDProvider element)
Hands out a snippet provider for the given element or
null , if no snippet provider is available. |
SnippetProvider |
SnippetAgent.getSnippetProvider(IDProvider element,
SnippetAgent.Fallback fallback)
Hands out a snippet provider for the given element applying the given fallback strategy.
|
Image<?> |
SnippetAgent.getTypeIcon(IDProvider element)
Provides a type image resource for the given element.
|
void |
ProjectReferencesAgent.rebuildReferences(IDProvider element)
Recalculates the outgoing references of the given
element . |
void |
SnippetContext.setElement(IDProvider element)
Sets the element to be used as context information source for snippet building.
|
MultiFormValidationReport |
ValidationAgent.validate(IDProvider element,
ValidationAgent.ValidationScope scope)
Validate the data of the given element in given validation.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
IDProviderReferenceHolder.getElement()
Resolves the element referenced by this container.
|
Modifier and Type | Method and Description |
---|---|
IDProviderReferenceHolder |
ReferenceConstructionAgent.create(IDProvider element,
String remoteConfigName)
Create an element referencing container from a given id providing store element.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
SelectionModel.getElement()
Returns currently selected
IDProvider . |
Modifier and Type | Method and Description |
---|---|
IDProvider |
ExternalPreviewContext.getElement()
Provides the element the toolbar context relates to.
|
Modifier and Type | Method and Description |
---|---|
Listable<IDProvider> |
ContextMenuContext.getElements()
Get the contextual store elements.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelReferencesJournal.addModelElement(IDProvider element)
Adds the given FirstSpirit element as model reference to this journal.
|
void |
ValueReferencesJournal.addReferenceToElement(IDProvider element)
Adds a reference to a FirstSpirit element to this journal.
|
Modifier and Type | Method and Description |
---|---|
Collection<TimelineEntry> |
TimelineEntryProvider.getEntries(IDProvider element,
Language language)
Returns a list of entries that should be shown in the related timeline.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
ToolbarContext.getElement()
Provides the element the toolbar context relates to.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
FeatureModel.FeatureReference<T extends IDProvider>
Definition representing a feature reference.
|
Modifier and Type | Method and Description |
---|---|
Map<Store.Type,Collection<IDProvider>> |
FeatureModel.getStoreNodes()
Returns all store nodes contained in this feature model as an unmodifiable mapping from
store type to a collection of IdProvider. |
Modifier and Type | Method and Description |
---|---|
boolean |
FeatureModel.add(IDProvider elementToAdd)
Adds the given element to this feature model.
|
boolean |
FeatureModel.remove(IDProvider toRemove)
Removes the given element from this feature model.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FeatureModel.add(Collection<IDProvider> elementsToAdd)
Adds the given elements collection to this feature model.
|
Modifier and Type | Method and Description |
---|---|
String |
PathLookup.lookupPath(IDProvider folder,
Language language,
TemplateSet templateSet)
Get the predefined path for the requested folder node or
null , if no predefined path is set. |
Modifier and Type | Method and Description |
---|---|
IDProvider |
GadgetContext.getElement()
Delivers the store element the gadget belongs to.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
FileEntry.getElement(BaseContext context,
boolean release)
Provides the element this file is based upon with respect to the given context.
|
Modifier and Type | Method and Description |
---|---|
R |
TNodeProvider.createRequest(IDProvider element,
Map<String,String> properties)
Creates a request object.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportOperation.addElement(IDProvider element)
Generically adds a FirstSpirit element to be exported.
|
Modifier and Type | Method and Description |
---|---|
ReleaseOperation.ReleaseResult |
ReleaseOperation.perform(IDProvider... elements)
Performs the operation and releases the given
elements on the server. |
DeleteOperation.Result |
DeleteOperation.perform(IDProvider... elements)
Performs the operation and deletes the given elements on the server.
|
Modifier and Type | Method and Description |
---|---|
ReleaseOperation.ReleaseResult |
ReleaseOperation.perform(Collection<IDProvider> elements)
Performs the operation and releases the given
Collection of elements on the server. |
Modifier and Type | Method and Description |
---|---|
IDProvider |
SelectStoreElementOperation.Selection.getElement()
A selected element.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectOptions.StoreTypeOptions.addTopLevelFolders(IDProvider... folders)
Set the top level folders for this store type.
|
void |
SelectStoreElementOperation.setPreselection(String projectName,
IDProvider element,
Resolution resolution)
Sets a preselection.
|
Modifier and Type | Method and Description |
---|---|
void |
DisplayElementOperation.perform(IDProvider element)
Perform this operation wrt. the given element.
|
RemoteFormData |
OpenElementMetaFormOperation.perform(IDProvider element)
Perform the operation on the given element.
|
void |
ShowFormDialogOperation.setContextElement(IDProvider element)
Store element providing the context in which the form is displayed.
|
void |
PreviewOperation.setElement(IDProvider element)
Ensure the preview being shown belongs to the element defined.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
WebeditUiAgent.getPreviewElement()
Provides the currently shown element.
|
Modifier and Type | Method and Description |
---|---|
String |
WebeditUiAgent.getDisplayName(IDProvider element)
Provides the display name for the given store element.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
InlineEditContext.getElement()
Get the contextual element for which the item has been requested.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
MediaManagementContext.getElement()
Get the contextual element.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
WebeditStatusNoteContext.getElement()
Provides the shown element.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
WorkflowAgent.WorkflowProcessContext.getElement()
Returns the element this workflow process is related to or
null if this is aworkflow without context . |
Modifier and Type | Method and Description |
---|---|
List<IDProvider> |
WorkflowGroup.getElements()
Returns all elements of this group.
|
Modifier and Type | Method and Description |
---|---|
WebeditElementStatusProviderPlugin.State |
WebeditElementStatusProviderPlugin.getReleaseState(IDProvider element)
Returns the release state of the given
element , consider depending objects like it's page or references media. |
List<WorkflowGroup> |
WebeditElementStatusProviderPlugin.getWorkflowGroups(IDProvider element)
Returns a list of
WorkflowGroup objects, each group should contain elements with common workflow
actions. |
default boolean |
WebeditElementStatusProviderPlugin.isSupported(IDProvider element)
Returns whether or not this plugin can provide status information for the given element.
|
WorkflowAgent.WorkflowProcessContext |
WorkflowAgent.startWorkflow(Workflow workflow,
IDProvider element)
Starts a new workflow process which context is based on the given element (mode is
Task.Mode#ENTITY , if given element is a Dataset , otherwise Task.Mode#STORE_ELEMENT ). |
Modifier and Type | Method and Description |
---|---|
static WorkflowGroup |
WebeditElementStatusProviderPlugin.Factory.create(String displayName,
List<IDProvider> elements)
Creates a workflow group with the given
displayName and elements . |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210