Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- camelize(String) - Static method in class de.espirit.firstspirit.access.store.templatestore.gom.Item
-
Camelizes the given name.
- CAN_APPEND_FOLDER - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Append (new) folder nodes permission flag.
- CAN_APPEND_LEAF - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Append (new) leaf nodes permission flag.
- CAN_CHANGE - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Data change permission flag.
- CAN_CHANGE_PERMISSION - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Permission to change permissions.
- CAN_DELETE_FOLDER - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Delete folder node permission flag.
- CAN_DELETE_LEAF - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Delete folder permission flag.
- CAN_EVERYTHING - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Combination of all permission flags (sum or bitwise or).
- CAN_META_CHANGE - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Meta data change permission flag.
- CAN_META_SEE - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Meta data visibility (and read) permission flag.
- CAN_READ - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Data read permission flag.
- CAN_RELEASE - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Releas node permission flag.
- CAN_SEE - Static variable in interface de.espirit.firstspirit.access.store.Permission
-
Tree visibility permission flag.
- canAppendFolder() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to append folders to the underlyingelement
. - canAppendLeaf() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to append leaf elements to the underlyingelement
. - cancelAction() - Method in interface de.espirit.firstspirit.access.ServerActionHandle
-
Cancel the related server action.
- canChange() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to change the underlyingelement
. - canChangePermission() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to change permissions of the underlyingelement
. - canDelete() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to delete the underlyingelement
. - canDeleteFolder() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to delete folders from the underlyingelement
. - canDeleteLeaf() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to delete leaf elements from the underlyingelement
. - canMetaChange() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to change meta data of the underlyingelement
. - canMetaSee() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to see meta data of the underlyingelement
. - canRead() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to read the underlyingelement
. - canRelease() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to release the underlyingelement
. - canSee() - Method in interface de.espirit.firstspirit.access.store.Permission
-
Returns
true
if the current user is allowed to see the underlyingelement
. - CaseMode - Enum Class in de.espirit.or
-
The different case modes (
CaseMode.UPPER_CASE
,CaseMode.LOWER_CASE
, andCaseMode.MIXED_CASE
) a database may support. - cast(Object) - Method in class de.espirit.common.lang.TypeToken
-
Cast the given object to the underlying type of this token.
- CATEGORY_DEFAULT - Static variable in class de.espirit.firstspirit.access.project.RemoteProjectConfiguration
-
The default category name.
- CATEGORY_PREFIX - Static variable in class de.espirit.firstspirit.access.project.RemoteProjectConfiguration
-
Prefix for category descriptors.
- ccRecipient(String) - Method in class de.espirit.firstspirit.access.MailHeader.Builder
-
Adds one or more carbon copy recipients (CC) to the mail header.
- center(int, int) - Method in interface de.espirit.firstspirit.access.editor.value.imagemap.CircleBuilder
-
Sets the center coordinates for the circle.
- CHANGED - Enum constant in enum class de.espirit.firstspirit.access.editor.value.Modification
-
Indicates a modifcation based on a change of an element.
- CHANGED - Enum constant in enum class de.espirit.firstspirit.storage.DataChangeDetail.ChangeFlag
-
Indicates that a change was detected because an element (editor, language) was changed during the modification.
- CHANGED - Enum constant in enum class de.espirit.firstspirit.storage.PermissionChangeDetail.ChangeFlag
-
Indicates that the permission definition has changed in the belonging revision for the belonging storeelement.
- CHANGED - Static variable in interface de.espirit.firstspirit.access.store.IDProvider
-
Indicates that the actual version of this node differs to the version in release store.
- ChangeType - Enum Class in de.espirit.firstspirit.storage
-
This enum represents change types used for storeelement changes in
RevisionMetaData.getChangedStoreElements()
- CHANGING - Enum constant in enum class de.espirit.or.schema.Entity.PersistentState
-
Entity is changed and the change is not yet
commited
. - ChannelSourceProvider - Interface in de.espirit.firstspirit.access.store.templatestore
-
This interface provides comprehensive methods for all elements which provides channel specific (belonging to a
template set
) source content. - CharacterReplacer - Interface in de.espirit.firstspirit.client.common.text
-
Rule based (see
CharacterReplacer.getMap()
) character replacer. - charAt(int) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.charAt(int)
. - CharContainer - Interface in de.espirit.firstspirit.client.common.text
-
Container of a single character.
- checkAndThrow() - Method in interface de.espirit.firstspirit.access.ServerActionHandle
-
Checks, whether an exception has yet occurred during the execution of the related server action and throws it, if any.
- CheckboxEditorValue - Interface in de.espirit.firstspirit.access.editor
-
Deprecated.
- CheckedException - Exception in de.espirit.common
-
This class
CheckedException
and its subclasses are a form ofException
that indicates conditionsthat a reasonable application might want to catch. - CheckedException() - Constructor for exception de.espirit.common.CheckedException
-
Constructor for a checked exception.
- CheckedException(String) - Constructor for exception de.espirit.common.CheckedException
-
Constructor for a checked exception.
- CheckedException(String, Throwable) - Constructor for exception de.espirit.common.CheckedException
-
Constructor for a checked exception.
- checkOnly(boolean) - Method in interface de.espirit.firstspirit.store.operations.ReleaseOperation
-
Defines if an release should actually be accomplished or only checked.
- checkParams() - Method in interface de.espirit.firstspirit.access.schedule.DeployTarget
-
Check the parameters.
- checkParams() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleTask
-
Returns an empty list, if all params are ok, or a list with complaints, each prefixed with
ScheduleTask.getName()
. - checkPermissions() - Method in interface de.espirit.firstspirit.access.project.Project
-
Indicates whether the the permission check is activated for this project or not.
- checkProject(Project) - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
-
Checks if a project needs to be migrated to current server version.
- checkSyntax(String) - Method in interface de.espirit.firstspirit.access.script.ScriptEngine
-
Allows to check the syntax of the given script source code.
- checkValidity(Entity, Attribute<T>, T) - Method in interface de.espirit.or.schema.Validator
-
Check the validity of the given value against this constraint.
- CHILD_LIST - Enum constant in enum class de.espirit.firstspirit.access.store.IDProvider.RevertType
- CHILD_MOVED - Enum constant in enum class de.espirit.firstspirit.access.store.RevertProgress.ProblemType
-
Indicates that a child of the element that should be restored was moved to another element.
- CHILDREN - Enum constant in enum class de.espirit.firstspirit.storage.ChangeType
-
Indicates changes in children list of the related storeelement.
Belonging change detail is of typeChildrenChangeDetail
- ChildrenChangeDetail - Interface in de.espirit.firstspirit.storage
-
Interface indicating a change of a children list of the belonging StoreElement
- CircleArea - Interface in de.espirit.firstspirit.access.editor.value.imagemap
-
An area of circular shape.
- CircleBuilder - Interface in de.espirit.firstspirit.access.editor.value.imagemap
-
Definition of a builder for circular areas.
- CLASSLOADER_VARIABLE - Static variable in interface de.espirit.firstspirit.access.template.Evaluator
-
Variable name for classloader instance.
- cleanUp() - Method in interface de.espirit.firstspirit.access.UrlCreator
-
Deprecated.See
UrlCreator.cleanUp()
. - cleanUp() - Method in interface de.espirit.firstspirit.generate.ContentProcessor
-
Called in case of failure to allow gracefully clean up (of resources, file handles, etc).
- cleanUpName(String) - Static method in class de.espirit.firstspirit.access.AccessUtil
-
Remove illegal chars from a name.
- clear() - Method in interface de.espirit.firstspirit.access.database.Layer
-
Removes all layer parameters.
- clear() - Method in interface de.espirit.firstspirit.access.editor.EditorValue
-
Deprecated.Unset the value for all languages.
- clear(Language) - Method in interface de.espirit.firstspirit.access.editor.EditorValue
-
Deprecated.Unset the value for the specified language, i.e.
- CLEAR_CACHE - Enum constant in enum class de.espirit.firstspirit.base.store.PreviewUrl.Type
-
Preview URL type to clear the preview cache.
- clearCache() - Method in interface de.espirit.firstspirit.access.UserService
-
Clear all cached stores.
- clearCachedData() - Method in interface de.espirit.firstspirit.access.store.pagestore.DataProvider
-
Clear any cache holding the data object.
- clearOrdering() - Method in interface de.espirit.firstspirit.access.store.sitestore.Content2Params
-
Requests to clear all ordering for this parameters.
- clearOrdering() - Method in interface de.espirit.or.query.Select
-
Clears the defined
order criterias
of this select. - clearProjectCaches(Connection, long) - Static method in class de.espirit.firstspirit.server.clustering.ClusterHelper
-
Clear cached resources on a cluster node.
- clearProjectCaches(Connection, String, long) - Static method in class de.espirit.firstspirit.server.clustering.ClusterHelper
-
Clear cached resources on a cluster node.
- CLIENT_FOLLOWS_BROWSER - Enum constant in enum class de.espirit.firstspirit.access.project.InlinePreviewConstraints.InlinePreviewControlOption
-
Client follows browser navigation.
- ClientJarInputStream(String, int, int, String) - Constructor for class de.espirit.firstspirit.access.ConnectionManager.ClientJarInputStream
-
Constructs a stream by the given arguments.
- ClientScriptContext - Interface in de.espirit.firstspirit.access
-
Script context providing the current
user
and acontext element
. - clone() - Method in interface de.espirit.firstspirit.access.store.Permission
- clone() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
-
Creates a clone of this form element.
- clone() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomEntryProvider
-
Return a clone of the entry provider.
- clone() - Method in interface de.espirit.firstspirit.access.store.templatestore.TableTemplate.Mapping
-
Clones this mapping.
- cloneAndComplete(GomLangInfo) - Method in class de.espirit.firstspirit.access.store.templatestore.gom.DefaultGomLangInfo
-
Clones this language information container and completes missing information by the given source.
- cloneAndComplete(GomLangInfo) - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomLangInfo
-
Produce a mutable clone of the instance being completed by values from the given source.
- close() - Method in class de.espirit.firstspirit.access.ConnectionManager.ClientJarInputStream
-
Closes the stream.
- close() - Method in interface de.espirit.firstspirit.access.GenerationContext
-
Close all registered closeables.
- close() - Method in interface de.espirit.or.Session
-
Close the session and release all used resources.
- closeTask() - Method in interface de.espirit.firstspirit.access.Task
-
Close this task
- closeTask(Task) - Method in interface de.espirit.firstspirit.access.UserService
-
Close a running task and remove all task attributes from the associated StoreElement.
- CLUSTER_MASTER_HOST - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
-
Host name of the master cluster server
- CLUSTER_MASTER_PORT - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
-
Port of the master cluster server
- CLUSTER_SERVER_PATH - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
-
Path to the master cluster server
- CLUSTER_SLAVE_NAME - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
-
Name of the slave cluster server
- ClusterHelper - Class in de.espirit.firstspirit.server.clustering
-
Helper class for controlling cluster nodes.
- ClusterHelper() - Constructor for class de.espirit.firstspirit.server.clustering.ClusterHelper
- codePointAt(int) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.codePointAt(int)
. - codePointBefore(int) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.codePointBefore(int)
. - codePointCount(int, int) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.codePointCount(int, int)
. - ComboboxEditorValue - Interface in de.espirit.firstspirit.access.editor
-
Deprecated.since 5.2.21 - use
FormField
instead - comment() - Element in annotation interface de.espirit.common.ApiDoc
- commit() - Method in interface de.espirit.or.Session
-
Make all changes since the last commit or rollback persistent.
- commit(String) - Method in interface de.espirit.or.Session
-
Make all changes since the last commit or rollback persistent with the given
comment
as revision comment. - Compare - Class in de.espirit.or.query
-
The base class of all compare constraints.
- Compare() - Constructor for class de.espirit.or.query.Compare
- compareTo(String) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.compareTo(String)
. - compareTo(T) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
- compareToIgnoreCase(String) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.compareToIgnoreCase(String)
. - ComposedAttribute<T> - Interface in de.espirit.or.schema
-
Definition of a foreign key based attribute.
- ComposedAttribute.Relation - Enum Class in de.espirit.or.schema
-
Enum represanting the relation between tables.
- ComposedConstraint - Class in de.espirit.or.query
-
The base class of all composed constraints.
- ComposedConstraint() - Constructor for class de.espirit.or.query.ComposedConstraint
- COMPRESSION_DEFLATE - Static variable in class de.espirit.firstspirit.access.ConnectionManager
-
Default compression level.
- COMPRESSION_DEFLATE_BEST - Static variable in class de.espirit.firstspirit.access.ConnectionManager
-
Compression level for best compression.
- COMPRESSION_DEFLATE_SPEED - Static variable in class de.espirit.firstspirit.access.ConnectionManager
-
Compression level for fastest compression.
- COMPRESSION_NONE - Static variable in class de.espirit.firstspirit.access.ConnectionManager
-
Use this value to use communication without compression.
- COMPRESSION_SNAPPY - Static variable in class de.espirit.firstspirit.access.ConnectionManager
-
Deprecated.since 5.2.12, use
ConnectionManager.COMPRESSION_NONE
,ConnectionManager.COMPRESSION_DEFLATE_SPEED
, or any of the other compression flags instead. - COMPRESSION_ZSTD - Static variable in class de.espirit.firstspirit.access.ConnectionManager
-
Zstandard compression.
- concat(String) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.concat(String)
. - ConcurrentChangeException - Exception in de.espirit.firstspirit.access
-
This exception may be thrown by methods that have detected concurrent changes of an object.
- ConcurrentChangeException() - Constructor for exception de.espirit.firstspirit.access.ConcurrentChangeException
- connect() - Method in interface de.espirit.firstspirit.access.Connection
-
Connects the server.
- Connection - Interface in de.espirit.firstspirit.access
-
Connection to a FirstSpirit server.
- ConnectionConfiguration - Class in de.espirit.or
-
FirstSpirit database connection configuration parameter holder.
- ConnectionConfiguration() - Constructor for class de.espirit.or.ConnectionConfiguration
-
Creates an empty ConnectionConfiguration.
- ConnectionManager - Class in de.espirit.firstspirit.access
-
Factory for
connections
. - ConnectionManager.ClientJarInputStream - Class in de.espirit.firstspirit.access
-
An input stream for accessing client jars.
- ConnectionManager.SocketParam - Class in de.espirit.firstspirit.access
-
Container for socket parameters.
- Constraint - Interface in de.espirit.or.query
-
Interface for all filters which are used to restrict the result of a
Select
. - Constraint.Type - Enum Class in de.espirit.or.query
-
Enum specifiying the type of the constraint.
- consume(Media) - Method in class de.espirit.firstspirit.agency.Image.Consumer
-
Consume a medium.
- consume(String) - Method in class de.espirit.firstspirit.agency.Image.Consumer
-
Consume a URL.
- consume(Icon) - Method in class de.espirit.firstspirit.agency.Image.Consumer
-
Consume an icon.
- Consumer() - Constructor for class de.espirit.firstspirit.agency.Image.Consumer
- ConsumptionException(Throwable) - Constructor for exception de.espirit.firstspirit.agency.Image.ConsumptionException
-
Wrapper constructor.
- contains(Option) - Method in interface de.espirit.firstspirit.access.editor.value.OptionModel
-
Test, if the model contains an option with the given value.
- contains(CharSequence) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.contains(CharSequence)
. - containsAttribute(String) - Method in interface de.espirit.or.schema.EntityType
-
Checks up whether this type contains an attribute with the given name.
- containsElement(StoreElement) - Method in interface de.espirit.firstspirit.access.store.sitestore.DocumentGroup
-
Indicates whether the given element is part of this document group.
- containsParameter(String) - Method in interface de.espirit.or.query.Select
-
Indicates whether a parameter specified by the given identifier exists or not.
- containsStartNode(IDProvider) - Method in interface de.espirit.firstspirit.access.packagepool.Package
-
Checks if the given start node is existing in the underlying start node list of this package.
- CONTENT - Enum constant in enum class de.espirit.firstspirit.access.packagepool.Package.Type
-
Type of a
ContentPackage
- CONTENT - Enum constant in enum class de.espirit.firstspirit.base.store.StoreType
-
ContentStore
- CONTENT_COMMIT - Enum constant in enum class de.espirit.firstspirit.storage.RevisionOperation.OperationType
-
Indicates a commit of content changes.
- CONTENT_CREATOR - Static variable in interface de.espirit.firstspirit.access.store.templatestore.Script
-
Type used for scripts which can be used in the ContentCreator
- CONTENT_LINK - Static variable in interface de.espirit.firstspirit.access.editor.reference.Reference
-
Type string identifying a reference to a
Entity
- CONTENT_PACKAGE - Static variable in interface de.espirit.firstspirit.access.packagepool.Package
-
Types a package to contain content.
- CONTENT_REFERENCE - Static variable in interface de.espirit.firstspirit.access.ReferenceEntry
-
Reference from/to an
Entity
. - CONTENT_STORE_REFERENCE - Static variable in interface de.espirit.firstspirit.access.ReferenceEntry
-
Reference from/to a content-store element.
- CONTENT_TEMPLATE - Static variable in interface de.espirit.firstspirit.access.store.templatestore.Template
-
Type of the template: Content store template.
- Content2 - Interface in de.espirit.firstspirit.access.store.contentstore
-
Interface providing means to operate on content2 elements.
- Content2Params - Interface in de.espirit.firstspirit.access.store.sitestore
-
Parameters container for use with database referencing elements.
- Content2ScriptContext - Interface in de.espirit.firstspirit.access.store.contentstore
-
Scripts which are started on an contentstore entity entry (e.g. in java client) have an instance of Content2ScriptContext stored in variable 'context'.
- Content2Section - Interface in de.espirit.firstspirit.access.store.pagestore
-
This is a section which renders new content.
- CONTENTAREA_LIST_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ContentAreaListValue
-
Deprecated.Section container key.
- ContentAreaListValue - Interface in de.espirit.firstspirit.access.editor
-
Deprecated.Since 5.0.107 - usages of CMS_INPUT_CONTENTAREALIST should be replaced with
FS_CATALOG
. - contentEquals(CharSequence) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.contentEquals(CharSequence)
. - contentEquals(StringBuffer) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.contentEquals(StringBuffer)
. - ContentFolder - Interface in de.espirit.firstspirit.access.store.contentstore
-
This interface provides methods to handle the ContentStore-folder
- CONTENTLIST_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ContentListEditorValue
-
Deprecated.Key for list entries.
- ContentListEditorValue - Interface in de.espirit.firstspirit.access.editor
-
Deprecated.Since 5.0.107 - usages of CMS_INPUT_CONTENTLIST should be replaced with
FS_INDEX
. - ContentMultiPageParams - Class in de.espirit.firstspirit.access.store.sitestore
-
Definition of information for multi page output of data records.
- ContentMultiPageParams(Session, Select, int, int, Date) - Constructor for class de.espirit.firstspirit.access.store.sitestore.ContentMultiPageParams
-
Constructor based on some restrictions.
- ContentMultiPageParams.ContentPageParams - Class in de.espirit.firstspirit.access.store.sitestore
-
Specialized page parameters on records.
- ContentOperation - Interface in de.espirit.firstspirit.storage
-
This operation indicates a
content commit
.
It provides information aboutcreated
,changed
,deleted
andreleased
entities. - ContentPackage - Interface in de.espirit.firstspirit.access.packagepool
-
The interface
ContentPackage
represents a package which contains content nodes. - ContentProcessor - Interface in de.espirit.firstspirit.generate
-
A content processor can alter or transform the produced content during the generation process.
During generation the usage of a content processor instance comprises three steps: The methodContentProcessor.init(de.espirit.firstspirit.access.GenerationContext,java.io.OutputStream)
is called. A writer is requested where the content is directed to (ContentProcessor.getWriter()
). The end of the content stream is signaled by a call toContentProcessor.finish()
. - ContentProducer - Interface in de.espirit.firstspirit.access.store
- CONTENTSTORE - Enum constant in enum class de.espirit.firstspirit.access.store.IDProvider.UidType
- CONTENTSTORE - Enum constant in enum class de.espirit.firstspirit.access.store.Store.Type
- CONTENTSTORE_DATA - Enum constant in enum class de.espirit.firstspirit.access.store.IDProvider.UidType
- ContentStoreRoot - Interface in de.espirit.firstspirit.access.store.contentstore
-
This interface provides method to get ContentStore-table object for given ContentStore-table name
- ContentWorkflowable - Interface in de.espirit.firstspirit.access.store.contentstore
-
Date: 04.05.2004 Time: 12:59:36
- Context - Interface in de.espirit.firstspirit.access.template
-
Container definition for providing contextual information on one specific level within an evaluation process.
- CONTEXT_MENUE - Static variable in interface de.espirit.firstspirit.access.store.templatestore.Script
-
Applicable for context menu use.
- CONTEXT_VARIABLE_NAME - Static variable in interface de.espirit.firstspirit.access.GenerationContext
-
With this variable name one can get an instance of this class from a template:
GenerationContext gc = (GenerationContext)
Evaluator.getVariableValue(String)
evaluator.getVariableValue(GenerationContext.CONTEXT_VARIABLE_NAME); - contrastWith(IDProvider) - Method in interface de.espirit.firstspirit.access.store.IDProvider
-
Contrast the element with another one.
- ConversionTable - Interface in de.espirit.firstspirit.access.project
-
Definition of a type providing means and information about a desired conversion of characters.
- convertCase(String) - Method in enum class de.espirit.or.CaseMode
-
Convert the given identifier to the
- convertConfiguration(ConnectionConfiguration) - Method in interface de.espirit.or.Layer
-
Converts the given configuration to a map of properties.
- convertConfiguration(Map<String, String>) - Method in interface de.espirit.or.Layer
-
Converts the given properties toa configuration object.
- convertEntities() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
-
Provides a non-null setting for entity conversion.
- convertEntities() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomFormElement
-
Get the mode for converting unicode characters.
- ConvertEntity - Enum Class in de.espirit.firstspirit.access.store.templatestore.gom
-
Mode definitions for entity conversion.
- copy() - Method in interface de.espirit.or.schema.Entity
-
Copies this entity.
- COPY_PRESET - Static variable in interface de.espirit.firstspirit.access.editor.EditorValue
-
Deprecated.Marker for preset copy mode
- copyFrom(Entity) - Method in interface de.espirit.or.schema.Entity
-
Copy the values of the given
entity
to this entity. - copyScheduleEntry(ScheduleEntry, Project) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleStorage
-
Copies the given
scheduleEntry
to another project or to server scoped, ifproject
isnull
. - copyStoreElement(T, StoreElement) - Static method in class de.espirit.firstspirit.access.AccessUtil
-
Creates a copy of the given element below the parent.
- copyStoreElement(T, StoreElement, boolean) - Static method in class de.espirit.firstspirit.access.AccessUtil
-
Creates a copy of the given element below the parent.
- copyTask(T) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
-
Copy's the given task.
- correlatesTo(String) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Checks, if the given String correlates to this object's text.
- create() - Method in class de.espirit.firstspirit.access.MailHeader.Builder
-
Constructs a new
MailHeader
with the values of this builder. - create() - Static method in interface de.espirit.firstspirit.generate.functions.json.JsonSettings
-
Create a new default
JsonSettings
object. - create(Class<T>) - Static method in class de.espirit.common.TypedFilter
-
Creates and returns a class based type filter with no additional conditions.
- create(Class<T>, Filter<? super T>) - Static method in class de.espirit.common.TypedFilter
-
Creates and returns a class based type filter based on given
filter
instance. - create(Dataset, Language) - Static method in class de.espirit.firstspirit.access.editor.value.DatasetContainer.Factory
-
Factory method to create a DatasetContainer for the specified entity, template and language.
- create(C) - Method in interface de.espirit.common.util.Factory
-
Create an instance of type T based on the given configuration.
- create(Filter<StoreElement>) - Static method in class de.espirit.firstspirit.access.store.StoreElementFilter
- create(Entity, TableTemplate, Language) - Static method in class de.espirit.firstspirit.access.editor.value.DatasetContainer.Factory
-
Factory method to create a DatasetContainer for the specified entity, template and language.
- create(Class<T>) - Static method in class de.espirit.firstspirit.access.store.StoreElementFilter
- create(Class<T>, Filter<StoreElement>) - Static method in class de.espirit.firstspirit.access.store.StoreElementFilter
- create(Object) - Method in interface de.espirit.firstspirit.access.editor.value.LabelFactory
-
Create a new label container for the given object, which usually is the value.
- create(Object) - Method in interface de.espirit.firstspirit.access.editor.value.OptionFactory
-
Create a new option from the given object, which usually is the value.
- create(String, SectionTemplate) - Method in interface de.espirit.firstspirit.access.editor.value.SectionList
-
Deprecated.since 5.2.21 - see type
- create(String, Template, Long) - Method in interface de.espirit.firstspirit.access.editor.value.SectionList
-
Deprecated.since 4.2.200 - use
SectionList.create(String, de.espirit.firstspirit.access.store.templatestore.SectionTemplate)
instead - create(String, UserService, Element) - Method in interface de.espirit.firstspirit.access.store.Data
-
Deprecated.since 5.2.21 - see type
- create(K, V) - Static method in class de.espirit.common.util.Pair
-
Create a pair with the given
key
andvalue
. - CREATE - Enum constant in enum class de.espirit.firstspirit.storage.RevisionOperation.OperationType
-
Indicates a create operation
- CREATE_FILTER - Static variable in class de.espirit.firstspirit.storage.RevisionFilter
-
This filter accepts all revisions with
operations
belonging to create operations (CreateOperation
,ContentOperation
withcreated entities
- createAll(Iterable<? extends SectionList.DataSheet>) - Method in interface de.espirit.firstspirit.access.editor.value.SectionList
-
Deprecated.since 5.2.21 - see type
- createAllowed(TemplateBody, MasterTemplate) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplate
-
Creates a new allowed node for the given section- or table template which should be allowed for the given body
- createAllowed(String, Template) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplate
-
Set a section or table template which should be allowed for this template for a given body
- createCaller(String, int, int, String) - Static method in class de.espirit.firstspirit.access.ConnectionManager
-
Creates a server caller based on the given information.
- createComposedAttribute(String, EntityType, ComposedAttribute.Relation, String) - Method in interface de.espirit.or.schema.EntityType
-
Create a composed attribute with the given
name
. - createContent(GenerationContext, PageParams) - Method in interface de.espirit.firstspirit.access.store.ContentProducer
- createContent(TableTemplate, String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.contentstore.ContentFolder
-
Creates a new content node in this folder.
- createContentFolder(String) - Method in interface de.espirit.firstspirit.access.store.contentstore.ContentFolder
- createContentFolder(String, boolean) - Method in interface de.espirit.firstspirit.access.store.contentstore.ContentFolder
-
Create a new ContentFolder as child of this folder.
- createContentFolder(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.contentstore.ContentFolder
-
Create a new ContentFolder as child of this folder.
- createContentPackage(String, Project) - Method in interface de.espirit.firstspirit.access.packagepool.PackageManager
-
Creates a new content package with the given name and the given project as master project.
- createDatabaseLayer(Layer) - Method in interface de.espirit.firstspirit.access.AdminService
-
Creates a new database layer.
- createDatabaseLayer(String) - Method in interface de.espirit.firstspirit.access.AdminService
-
Creates a new database layer.
- createDataset() - Method in interface de.espirit.firstspirit.access.store.contentstore.DatasetProvider
-
Creates a new entity with the entity type of this dataset provider and returns a new dataset for this entity.
- createDatasetContainer(Entity, TableTemplate, Language) - Method in interface de.espirit.firstspirit.access.editor.DatasetEditorValue
-
Deprecated.Factory method to create a value container for the specified template and entity.
- createDataValue(String) - Method in interface de.espirit.firstspirit.access.store.Data
-
Deprecated.since 5.2.21 - see type
- createDefault(int) - Static method in class de.espirit.firstspirit.access.store.MultiPageParams
- createDocumentGroup(String, boolean) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
-
Creates a new document group in this folder.
- createEntity(String) - Method in interface de.espirit.or.Session
-
Create a new entity of the given
type
- createEntityEntry(long, long) - Method in interface de.espirit.firstspirit.access.schedule.GenerateTask
-
Create an entry which may be added to the
entitystart node list
. - createExcludeFilter(Class<T>, Class<? extends T>...) - Static method in class de.espirit.common.TypedFilter
-
Creates and returns a class based type filter with an additional exclude filtering of the specified sub classes.
- createExecutionSchedule(Class<T>) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
-
Changes the
ExecutionSchedule
of this schedule entry to the given type. - createExternalGroup(String, String) - Method in interface de.espirit.firstspirit.access.project.Project
-
Adds an external group to this project.
- createFormatTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateFolder
-
Factory for a format template having the given name.
- createFormatTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplates
-
Create a new FormatTemplate
- createFormatTemplate(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateContainer
-
Creates a new FormatTemplate as child of this FormatTemplateContainer
- createFormatTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateFolder
-
Factory to create a subfolder with the given name.
- createFormatTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplates
-
Create a new format template folder with the given name.
- createFormatTemplateFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateContainer
-
Creates a new
FormatTemplateFolder
with the given name as child of this FormatTemplateContainer. - createGCAFolder(String) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
-
Create a new GCA-folder as a subfolder of this folder.
- createGCAFolder(String, boolean) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
-
Create a new GCA-folder as a subfolder of this folder.
- createGCAFolder(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
-
Create a new GCAFolder as a subfolder of this folder.
- createGCAPage(String, Template) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
-
Create a new Page in the current GCA-folder based on the given
PageTemplate
- createGCAPage(String, Template, boolean) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
-
Create a new Page in the current GCA-Folder based on the given
PageTemplate
- createGCAPage(String, Template, boolean, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAFolder
-
Create a new Page in the current GCA-Folder based on the given
PageTemplate
- createGroup(String) - Method in interface de.espirit.firstspirit.access.project.Project
-
Adds an empty internal group to this project.
- createHashCode() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.DefaultGomLangInfo
-
Create this object's hash code.
- createIdGenerator(String, boolean, ConnectionManager) - Method in interface de.espirit.or.Layer
-
Create a new id generator for this layer.
- createIncludeFilter(Class<T>, Class<? extends T>...) - Static method in class de.espirit.common.TypedFilter
-
Creates and returns a class based type filter with an additional include filtering of the specified sub classes.
- createIncludeFilter(Class<T>, Class<? extends T>...) - Static method in class de.espirit.firstspirit.access.store.StoreElementFilter
-
Creates and returns a class based type filter with an additional include filtering of the specified sub classes.
- createKeyValue(Schema, Identifier) - Static method in class de.espirit.or.schema.KeyValue
-
Factory to create the key value within the given schema for the requested identifer.
- createLanguage(String, String) - Method in interface de.espirit.firstspirit.access.AdminService
-
Create a new language.
- createLanguage(String, String, Locale) - Method in interface de.espirit.firstspirit.access.AdminService
-
Create a new language.
- createLink(Language) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplate
-
Create a new link instance for this template.
- createLoginParams(String, String) - Static method in class de.espirit.firstspirit.access.ConnectionManager
-
Creates a login parameter container based on the given user name and plain password.
- createMedia(String, String, int, boolean) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
-
Create a new media in the current MediaStore-folder
- createMedia(String, String, int, boolean, boolean) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
-
Create a new media in this
mediafolder
- createMedia(String, String, int, boolean, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
-
Create a new media in this
mediafolder
- createMediaFolder(String) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
-
Create a new MediaStore-folder in the MediaStore and unifies the uid if necessary.
- createMediaFolder(String, boolean) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
-
Create a new MediaFolder as child of this media folder.
- createMediaFolder(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.mediastore.MediaFolder
-
Create a new MediaFolder as child of this media folder.
The given uid is used as suggestion. - CreateOperation - Interface in de.espirit.firstspirit.storage
-
Indicates a create operation.
- createPage(String, Template) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
-
Create a new Page in the current PageStore-folder based on the given PageTemplate.
- createPage(String, Template, boolean) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
-
Create a new page in this folder with the given uid and template.
- createPage(String, Template, boolean, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
-
Create a new page in this folder with the given uid and template.
- createPageFolder(String) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
-
Create a new PageStore-folder as a subfolder of the current.
- createPageFolder(String, boolean) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
-
Create a new PageFolder as child of this folder.
- createPageFolder(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.pagestore.PageFolder
-
Create a new PageFolder as child of this folder.
- createPageGroup(String) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
-
Create a new page-group for the current PageReference.
- createPageRef(String, Page) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
-
Create a new page reference entry.
- createPageRef(String, Page, boolean) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
-
Creates a new page reference in this folder.
- createPageRef(String, Page, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
-
Creates a new page reference in this folder.
The given uid is used as suggestion. - createPageRefFolder(String) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
-
Create a new SiteStore-folder in this folder.
- createPageRefFolder(String, boolean) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
-
Create a new PageRefFolder as child of this folder.
- createPageRefFolder(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
-
Create a new PageRefFolder as child of this folder.
- createPageRefFolder(String, Map<Language, String>, boolean, IDProvider) - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
-
Create a new PageRefFolder as child of this folder and place it before the given next sibling.
- createProject(String, String) - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
-
Create a new Project.
- createPublishGroup(String, String) - Method in interface de.espirit.firstspirit.access.packagepool.PackageManager
-
Creates a new publish group with the given name and the given description.
- createQuery(String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.Schema
-
Creates a new query under this schema with the given uidSuggestioni.
- createRequest(IDProvider, Map<String, String>) - Method in interface de.espirit.firstspirit.service.treedata.TNodeProvider
-
Creates a request object.
- createRequest(UserService, Map<String, String>) - Method in interface de.espirit.firstspirit.service.treedata.TNodeProvider
-
Creates a request object.
- createResolution(String, String) - Method in interface de.espirit.firstspirit.access.project.Project
-
Create a new resolution
- createRevisionFilter(RevisionOperation.OperationType...) - Static method in class de.espirit.firstspirit.storage.RevisionFilter
-
Returns a filter which accepts all revisions with a
revision operation type
containing in given operationTypes. - createScheduledPageRef(Page, Date) - Method in interface de.espirit.firstspirit.access.store.sitestore.PageLangSpec
-
Creates and adds a scheduled page-ref.
- createScheduleEntry(String) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleStorage
-
Creates a new schedule entry for server scoped actions.
- createScheduleEntry(String, Project) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleStorage
-
Creates a new schedule entry for the provided project.
- createScheduleTaskTemplate() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleStorage
-
Creates a new schedule task template which can be used for project or server scoped actions.
- createSchema(String, String) - Method in interface de.espirit.firstspirit.access.store.templatestore.SchemaContainer
- createSchema(String, String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.SchemaContainer
-
Factory for a new schema.
- createSchemaFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.SchemaContainer
-
Same as
createSchemaFolder(name, null)
. - createSchemaFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.SchemaContainer
-
Creates a new
SchemaFolder
with the given name and displaynames as child of this SchemaContainer. - createSchemaSynchronizer() - Method in interface de.espirit.or.Layer
-
Creates a schema synchronizer.
- createScript(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.ScriptContainer
-
Creates a new Script as child of this ScriptContainer
- createScript(String, String) - Method in interface de.espirit.firstspirit.access.store.templatestore.ScriptContainer
-
Calls
ScriptContainer.createScript(String, java.util.Map, boolean)
and uses the given description as displayname for the defaulteditorial language
. - createScriptFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.ScriptContainer
- createScriptFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.ScriptContainer
-
Creates a
ScriptFolder
with the given name and displaynames as a child of this ScriptContainer. - createSection(String, Template) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCABody
-
Create a new GCASection for this body with given name and Section-Template
- createSection(String, Template) - Method in interface de.espirit.firstspirit.access.store.pagestore.Body
-
Create a new section with the given name and template.
- createSectionReference(String, Section) - Method in interface de.espirit.firstspirit.access.store.pagestore.Body
-
Creates a section reference based on the given source section as new child of this body.
- createSelect(String) - Method in interface de.espirit.or.Session
-
Create a select for the entity type with the provided
name
. - createSimpleAttribute(String, Class<T>) - Method in interface de.espirit.or.schema.EntityType
-
Create a simple attribute with the given
name
andtype
. - createStyleTemplate(String, boolean, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateContainer
-
Factory for a
StyleTemplate
based on a uid. - createTableFormatTemplate(String, boolean, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplateContainer
-
Factory for a
TableFormatTemplate
based on a uid. - createTableTemplate(EntityType, String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.Schema
-
Creates a table template under this schema for the given entity type.
- createTag(Revision, String, String, Map<String, String>) - Method in interface de.espirit.firstspirit.access.project.Project
-
Create a tag for a existing revision.
- createTag(String, String, Map<String, String>) - Method in interface de.espirit.firstspirit.access.project.Project
-
Create a tagged revision.
- createTarget(Class<T>) - Method in interface de.espirit.firstspirit.access.schedule.DeployTask
-
Create a target.
- createTask(ScheduleTaskTemplate) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
-
Creates a
ScheduleTask
which uses all properties of the givenScheduleTaskTemplate
. - createTask(StoreElement, Workflow, Task) - Method in interface de.espirit.firstspirit.access.UserService
-
Clone a existing task on a StoreElement.
- createTask(StoreElement, Workflow, String) - Method in interface de.espirit.firstspirit.access.UserService
-
Create task on StoreElement.
- createTask(StoreElement, Workflowable, Workflow, String) - Method in interface de.espirit.firstspirit.access.UserService
-
Create task on Workflowable.
- createTask(Class<T>) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
-
Creates a
ScheduleTask
with typetype
. - createTask(Class<T>) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleTaskTemplate
-
Create and set a task of the provided type.
Note: Calling this will overwrites the current task. - createTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplates
-
Create a new template in this folder.
- createTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplates
-
Create a new template in this folder.
- createTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.SectionTemplates
-
Create a new template in this folder.
- createTemplate(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateContainer
-
Create a new template in this folder.
- createTemplate(String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplates
-
Create a new template in this folder.
- createTemplate(String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplates
-
Create a new template in this folder.
- createTemplate(String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.SectionTemplates
-
Create a new template in this folder.
- createTemplate(String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateContainer
-
Create a new template in this folder.
- createTemplate(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplates
-
Create a new template in this folder.
- createTemplate(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplates
-
Create a new template in this folder.
- createTemplate(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.SectionTemplates
-
Create a new template in this folder.
- createTemplate(String, Map<Language, String>, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateContainer
-
Create a new template in this folder.
- createTemplateBody(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplate
-
Create and add a new body.
- createTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplates
-
Create a new sub-folder in this folder
- createTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplates
-
Create a new sub-folder in this folder
- createTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.SectionTemplates
-
Create a new sub-folder in this folder
- createTemplateFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateContainer
-
Create a new sub-folder in this folder
- createTemplateFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplates
-
Create a new sub-folder in this folder
- createTemplateFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.PageTemplates
-
Create a new sub-folder in this folder
- createTemplateFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.SectionTemplates
-
Create a new sub-folder in this folder
- createTemplateFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateContainer
-
Create a new sub-folder in this folder
- createTemplatePackage(String, Project) - Method in interface de.espirit.firstspirit.access.packagepool.PackageManager
-
Creates a new template package with the given name and the given project as master project.
- createTemplateSet() - Method in interface de.espirit.firstspirit.access.project.Project
-
Create a new TemplateSet
- createTicket() - Method in interface de.espirit.firstspirit.access.Connection
-
Creates a one-time FS SSO ticket for the user of this connection.
- createTicket(boolean) - Method in interface de.espirit.firstspirit.access.Connection
-
Creates a FS SSO ticket for the user of this connection.
- createUser(String, String) - Method in interface de.espirit.firstspirit.access.admin.UserStorage
-
Create a new user.
- createVersion(String, String) - Method in interface de.espirit.firstspirit.access.packagepool.Package
-
Create a new version.
- createVersion(String, String, boolean) - Method in interface de.espirit.firstspirit.access.packagepool.Package
-
Creates a new version.
- createWebServerConfiguration(WebServerConfiguration.Type) - Method in interface de.espirit.firstspirit.access.schedule.DeployTarget
-
Deprecated.since 5.0 - no replacement
- createWorkflow(String, String) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowContainer
-
Creates a new workflow with the given uid and description as child of this workflow container.
- createWorkflow(String, String, boolean) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowContainer
-
Creates a new workflow with the given uid and description as child of this workflow container.
- createWorkflowFolder(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowContainer
-
Creates a new workflow folder with the given name as child of this workflow container.
- createWorkflowFolder(String, Map<Language, String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowContainer
-
Creates a new
WorkflowFolder
with the given name and displaynames as child of this workflow container. - createWorkflowScriptContext(Script, Transition, Activity, TaskState.Mode, Data) - Method in interface de.espirit.firstspirit.access.WorkflowContext
-
Deprecated.
- createWorkflowScriptContext(Script, Transition, Activity, TaskState.Mode, FormData) - Method in interface de.espirit.firstspirit.access.WorkflowContext
-
Create script context for executing a script.
- CS_CONTENT - Enum constant in enum class de.espirit.firstspirit.base.store.StoreElementType
-
ContentStore dataset container.
- CS_DATASET - Enum constant in enum class de.espirit.firstspirit.base.store.StoreElementType
-
ContentStore dataset.
- CS_FOLDER - Enum constant in enum class de.espirit.firstspirit.base.store.StoreElementType
-
ContentStore folder.
- CS_ROOT - Enum constant in enum class de.espirit.firstspirit.base.store.StoreElementType
-
ContentStore root.
- CURRENT - Enum constant in enum class de.espirit.firstspirit.access.schedule.GenerateTask.GenerationSource
-
Generate the current version.
- CUSTOM - Enum constant in enum class de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink.Region
-
A custom definition of targeted rows/columns.
- CUSTOM_PROPERTY_IMPORT_IDMAP - Static variable in interface de.espirit.firstspirit.access.project.Project
-
Property to get ImportId map (Map<String, String>) via
getCustomProperties(IMPORT_IDMAP)
- CUSTOM_PROPERTY_IMPORT_LAYERMAP - Static variable in interface de.espirit.firstspirit.access.project.Project
-
Property to get import layer mapping (Map<String, String>) via
getCustomProperties(IMPORT_IDMAP)
- CUSTOM_PROPERTY_IMPORT_SOURCE_INFOS - Static variable in interface de.espirit.firstspirit.access.project.Project
-
Property to get source server and project infos of an imported project (Map<String, String>) via
getCustomProperties(IMPORT_IDMAP)
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
FormField
instead