Modifier and Type | Method and Description |
---|---|
void |
Workflowable.delete()
Deletes this Workflowable.
|
State |
Task.doTransition(WorkflowContext context,
Transition transition)
Perform transition execution on this task.
|
void |
Lockable.lock()
Locks this object.
|
Modifier and Type | Method and Description |
---|---|
void |
PackagePoolItem.addToPackage(Package pck)
Adds this node, all children and
referenced nodes which arePackagePoolItem s to the specified package. |
void |
StoreElement.delete()
Deletes this storeelement.
|
void |
IDProvider.moveChild(IDProvider child)
Insert child at last position.
|
void |
IDProvider.moveChild(IDProvider child,
int nextSiblingIndex)
Insert child at index position.
|
void |
PackagePoolItem.removeFromPackage(Package pck)
Removes this node, all children and
nodes referencing this nodes which are PackagePoolItems's from the specified package. |
StoreElement |
Store.restore(ElementInfo elementInfo,
IDProvider parent)
Restore the element defined by the given information.
|
void |
IDProvider.revert(Revision revision,
boolean recursive,
EnumSet<IDProvider.RevertType> ignoreRevertTypes)
Reverts this store element to the given FSRevision.
|
void |
StoreElement.setLock(boolean lock)
Lock or unlock this element and all children.
|
void |
StoreElement.setLock(boolean lock,
boolean recursive)
Lock or unlock this element, if
recursive == true all children are also (un)locked. |
Modifier and Type | Method and Description |
---|---|
Content2 |
ContentFolder.addContent(TableTemplate table,
String name)
Creates and returns a content2 node based on the given template.
|
Content2 |
ContentFolder.createContent(TableTemplate tableTemplate,
String uidSuggestion,
Map<Language,String> language2displayNameMapping,
boolean unifyUidOnServer)
Creates a new content node in this folder.
|
ContentFolder |
ContentFolder.createContentFolder(String uidSuggestion)
|
ContentFolder |
ContentFolder.createContentFolder(String uidSuggestion,
boolean unifyUid)
Create a new ContentFolder as child of this folder.
|
ContentFolder |
ContentFolder.createContentFolder(String uidSuggestion,
Map<Language,String> lang2DisplayName,
boolean unifyUid)
Create a new ContentFolder as child of this folder.
|
void |
Content2.delete(Entity entity)
Deprecated.
since 5.2.201 - use
StoreElement.delete() instead. |
void |
Content2.lock(Entity entity)
Deprecated.
since 5.2.201 - use
Dataset#setLock(true) instead. |
void |
Content2.release(Entity entity)
Deprecated.
since 5.2.201 - use
IDProvider.release() instead. |
void |
Content2.release(Entity entity,
String comment)
Deprecated.
since 5.2.201 - use
IDProvider.release() instead. |
void |
Content2.unlock(Entity entity)
Deprecated.
since 5.2.201 - use
Dataset#setLock(false) instead. |
Modifier and Type | Method and Description |
---|---|
GCAFolder |
GCAFolder.createGCAFolder(String uidSuggestion)
Create a new GCA-folder as a subfolder of this folder.
|
GCAFolder |
GCAFolder.createGCAFolder(String uidSuggestion,
boolean unifyUid)
Create a new GCA-folder as a subfolder of this folder.
|
GCAFolder |
GCAFolder.createGCAFolder(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyUid)
Create a new GCAFolder as a subfolder of this folder.
|
GCAPage |
GCAFolder.createGCAPage(String uidSuggestion,
Template pageTemplate)
Create a new Page in the current GCA-folder based on the given
PageTemplate |
GCAPage |
GCAFolder.createGCAPage(String uidSuggestion,
Template pageTemplate,
boolean unifyUid)
Create a new Page in the current GCA-Folder based on the given
PageTemplate |
GCAPage |
GCAFolder.createGCAPage(String uidSuggestion,
Template pageTemplate,
boolean unifyUid,
Map<Language,String> lang2DisplayName)
Create a new Page in the current GCA-Folder based on the given
PageTemplate |
Section |
GCABody.createSection(String name,
Template template)
Create a new GCASection for this body with given name and Section-Template
|
void |
GCAFolder.setName(String name)
Set the name of the GCA-folder
|
Modifier and Type | Method and Description |
---|---|
Media |
MediaFolder.createMedia(String uidSuggestion,
String filename,
int type,
boolean languageDependent)
Create a new media in the current MediaStore-folder
|
Media |
MediaFolder.createMedia(String uidSuggestion,
String filename,
int type,
boolean languageDependent,
boolean unifyIdentifierOnServer)
Create a new media in this
mediafolder |
Media |
MediaFolder.createMedia(String uidSuggestion,
String filename,
int type,
boolean languageDependent,
Map<Language,String> lang2DisplayName,
boolean unifyIdentifierOnServer)
Create a new media in this
mediafolder |
MediaFolder |
MediaFolder.createMediaFolder(String uid)
Create a new MediaStore-folder in the MediaStore and unifies the uid if necessary.
|
MediaFolder |
MediaFolder.createMediaFolder(String uid,
boolean unifyIdentifierOnServer)
Create a new MediaFolder as child of this media folder.
|
MediaFolder |
MediaFolder.createMediaFolder(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyIdentifierOnServer)
Create a new MediaFolder as child of this media folder.
|
Modifier and Type | Method and Description |
---|---|
Page |
PageFolder.createPage(String name,
Template pageTemplate)
Create a new Page in the current PageStore-folder based on the given
PageTemplate.
|
Page |
PageFolder.createPage(String uid,
Template pageTemplate,
boolean ensureUnique)
Create a new page in this folder with the given uid and template.
|
Page |
PageFolder.createPage(String uid,
Template pageTemplate,
boolean ensureUnique,
Map<Language,String> lang2DisplayName)
Create a new page in this folder with the given uid and template.
|
PageFolder |
PageFolder.createPageFolder(String name)
Create a new PageStore-folder as a subfolder of the current.
|
PageFolder |
PageFolder.createPageFolder(String uid,
boolean ensureUnique)
Create a new PageFolder as child of this folder.
|
PageFolder |
PageFolder.createPageFolder(String uid,
Map<Language,String> lang2DisplayName,
boolean ensureUnique)
Create a new PageFolder as child of this folder.
|
Section |
Body.createSection(String name,
Template template)
Create a new section with the given name and template.
|
SectionReference |
Body.createSectionReference(String name,
Section sourceSection)
Creates a section reference based on the given source section as new child of this body.
|
void |
Body.setHidden(boolean hidden)
Set the state of the body: hide/show
|
void |
Body.setName(String name)
Set the name of a body
|
Modifier and Type | Method and Description |
---|---|
DocumentGroup |
SiteStoreFolder.createDocumentGroup(String uid,
boolean unifyNameOnServer)
Creates a new document group in this folder.
|
PageRef |
SiteStoreFolder.createPageRef(String uid,
Page page)
Create a new page reference entry.
|
PageRef |
SiteStoreFolder.createPageRef(String uid,
Page page,
boolean unifyNameOnServer)
Creates a new page reference in this folder.
|
PageRef |
SiteStoreFolder.createPageRef(String uid,
Page page,
Map<Language,String> lang2DisplayName,
boolean unifyNameOnServer)
Creates a new page reference in this folder.
|
PageRefFolder |
SiteStoreFolder.createPageRefFolder(String uid)
Create a new SiteStore-folder in this folder.
|
PageRefFolder |
SiteStoreFolder.createPageRefFolder(String uid,
boolean unifyNameOnServer)
Create a new PageRefFolder as child of this folder.
|
PageRefFolder |
SiteStoreFolder.createPageRefFolder(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNameOnServer)
Create a new PageRefFolder as child of this folder.
|
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.
|
void |
PageGroup.setName(String name)
Set the name of the page-group
|
Modifier and Type | Class and Description |
---|---|
class |
WorkflowLockException
This exception will be thrown if an operation on an
element failed because the
element is write locked by a workflow instance. |
Modifier and Type | Method and Description |
---|---|
Query |
Schema.addQuery(String uid)
Creates and adds a query based on this schema's definition to the store.
|
TableTemplate |
Schema.addTableTemplate(EntityType table,
String uidSuggestion)
Creates and adds a table template based on this schema's definition to the store.
|
FormatTemplate |
FormatTemplateFolder.createFormatTemplate(String name)
Factory for a format template having the given name.
|
FormatTemplate |
FormatTemplates.createFormatTemplate(String name)
Create a new FormatTemplate
|
FormatTemplate |
FormatTemplateContainer.createFormatTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyUid)
Creates a new FormatTemplate as child of this FormatTemplateContainer
|
FormatTemplateFolder |
FormatTemplateFolder.createFormatTemplateFolder(String name)
Factory to create a subfolder with the given name.
|
FormatTemplateFolder |
FormatTemplates.createFormatTemplateFolder(String name)
Create a new format template folder with the given name.
|
FormatTemplateFolder |
FormatTemplateContainer.createFormatTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Creates a new
FormatTemplateFolder with the given name as child of this FormatTemplateContainer. |
Query |
Schema.createQuery(String uidSuggestion,
boolean unifyUidOnServer)
Creates a new query under this schema with the given uidSuggestioni.
|
Schema |
SchemaContainer.createSchema(String name,
String layer)
|
Schema |
SchemaContainer.createSchema(String name,
String layer,
boolean unifyName)
Factory for a new schema.
|
SchemaFolder |
SchemaContainer.createSchemaFolder(String name)
Same as
createSchemaFolder(name, null) . |
SchemaFolder |
SchemaContainer.createSchemaFolder(String name,
Map<Language,String> lang2DisplayName)
Creates a new
SchemaFolder with the given name and displaynames as child of this SchemaContainer. |
Script |
ScriptContainer.createScript(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyUid)
Creates a new Script as child of this ScriptContainer
|
Script |
ScriptContainer.createScript(String name,
String description)
Calls
ScriptContainer.createScript(String, java.util.Map, boolean) and uses the given description as displayname for the
default editorial language . |
ScriptFolder |
ScriptContainer.createScriptFolder(String name)
|
ScriptFolder |
ScriptContainer.createScriptFolder(String name,
Map<Language,String> lang2DisplayName)
Creates a
ScriptFolder with the given name and displaynames as a child of this ScriptContainer. |
StyleTemplate |
FormatTemplateContainer.createStyleTemplate(String uid,
boolean unifyNameOnServer,
Map<Language,String> lang2DisplayName)
Factory for a
StyleTemplate based on a uid. |
TableFormatTemplate |
FormatTemplateContainer.createTableFormatTemplate(String uid,
boolean unifyNameOnServer,
Map<Language,String> lang2DisplayName)
Factory for a
TableFormatTemplate based on a uid. |
TableTemplate |
Schema.createTableTemplate(EntityType entityType,
String uidSuggestion,
boolean unifyUidOnServer)
Creates a table template under this schema for the given entity type.
|
LinkTemplate |
LinkTemplates.createTemplate(String uid)
Create a new template in this folder.
|
PageTemplate |
PageTemplates.createTemplate(String uid)
Create a new template in this folder.
|
SectionTemplate |
SectionTemplates.createTemplate(String uid)
Create a new template in this folder.
|
T |
TemplateContainer.createTemplate(String uid)
Create a new template in this folder.
|
LinkTemplate |
LinkTemplates.createTemplate(String uid,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
PageTemplate |
PageTemplates.createTemplate(String uid,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
SectionTemplate |
SectionTemplates.createTemplate(String uid,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
T |
TemplateContainer.createTemplate(String uid,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
LinkTemplate |
LinkTemplates.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
PageTemplate |
PageTemplates.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
SectionTemplate |
SectionTemplates.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
T |
TemplateContainer.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
TemplateFolder<LinkTemplate> |
LinkTemplates.createTemplateFolder(String name)
Create a new sub-folder in this folder
|
TemplateFolder<PageTemplate> |
PageTemplates.createTemplateFolder(String name)
Create a new sub-folder in this folder
|
TemplateFolder<SectionTemplate> |
SectionTemplates.createTemplateFolder(String name)
Create a new sub-folder in this folder
|
TemplateFolder<T> |
TemplateContainer.createTemplateFolder(String name)
Create a new sub-folder in this folder
|
TemplateFolder<LinkTemplate> |
LinkTemplates.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
TemplateFolder<PageTemplate> |
PageTemplates.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
TemplateFolder<SectionTemplate> |
SectionTemplates.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
TemplateFolder<T> |
TemplateContainer.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
Workflow |
WorkflowContainer.createWorkflow(String uid,
String description)
Creates a new workflow with the given uid and description as child of this workflow container.
|
Workflow |
WorkflowContainer.createWorkflow(String name,
String description,
boolean unify)
Creates a new workflow with the given uid and description as child of this workflow container.
|
WorkflowFolder |
WorkflowContainer.createWorkflowFolder(String name)
Creates a new workflow folder with the given name as child of this workflow container.
|
WorkflowFolder |
WorkflowContainer.createWorkflowFolder(String name,
Map<Language,String> lang2DisplayName)
Creates a new
WorkflowFolder with the given name and displaynames as child of this workflow container. |
Modifier and Type | Method and Description |
---|---|
void |
SearchIndexAgent.resetPathLengthToFollow()
Resets the project specific override for
indexing.relationshipPathLengthToFollow . |
void |
MPPViewportAgent.set(MPPViewports viewports)
Takes the given
configuration and writes it back the the current project. |
void |
SearchIndexAgent.setPathLengthToFollow(int pathLengthToFollow)
Sets the project specific value to override the server wide setting of
indexing.relationshipPathLengthToFollow . |
Modifier and Type | Method and Description |
---|---|
Session |
GidAgent.migrateSchema(Schema schema)
Migrates the given schema to support
fs_gid's if necessary. |
Modifier and Type | Method and Description |
---|---|
ImportOperation.Result |
ImportOperation.perform(FileSystem<?> fileSystem)
Perform the import on the given
file system . |
Modifier and Type | Method and Description |
---|---|
WorkflowAgent.WorkflowProcessContext |
WorkflowAgent.process(Task task,
Transition transition)
Processes the next
activity of the given task specified by given transition, wherefore given transitionmust be one of the outgoing transitions of the current task state ( task . |
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 ). |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210