Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABBREVIATION - Enum constant in enum class de.espirit.firstspirit.access.admin.UserStorage.Order
Order by a defined abbreviation.
ABORTED - Enum constant in enum class de.espirit.firstspirit.access.schedule.RunState
Task execution aborted.
ABSOLUTE_URL - Enum constant in enum class de.espirit.firstspirit.access.UrlCreator.Mode
Deprecated.
An absolute url containg the UrlCreator.getUrlPrefix() - called for "abs:1".
ABSOLUTE_URL - Static variable in interface de.espirit.firstspirit.access.UrlCreator
Deprecated.
since 5.0.3 - use UrlCreator.ABSOLUTE_URL.
ABSOLUTE_URL_NO_PREFIX - Enum constant in enum class de.espirit.firstspirit.access.UrlCreator.Mode
Deprecated.
An absolute url starting with '/' - called for "abs:2".
ABSOLUTE_URL_NO_PREFIX - Static variable in interface de.espirit.firstspirit.access.UrlCreator
Deprecated.
AbstractConstraint - Class in de.espirit.or.query
The base class for all implementations of Constraint which define an attribute based filter.
AbstractConstraint() - Constructor for class de.espirit.or.query.AbstractConstraint
 
AbstractGomElement - Class in de.espirit.firstspirit.access.store.templatestore.gom
Abstract GomElement implementing common functionalities needed for GuiXml handling.
AbstractGomElement() - Constructor for class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
Constructor applying the default tag.
AbstractGomFormElement - Class in de.espirit.firstspirit.access.store.templatestore.gom
Abstract class defining most common features of a form element.
AbstractGomFormElement() - Constructor for class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
 
AbstractGomLangInfoProvider - Class in de.espirit.firstspirit.access.store.templatestore.gom
Abstract implementation of a language information provider.
AbstractGomLangInfoProvider() - Constructor for class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomLangInfoProvider
 
AbstractGomList<T extends GomElement> - Class in de.espirit.firstspirit.access.store.templatestore.gom
Abstract implementation of a GOM list.
AbstractGomList() - Constructor for class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomList
Constructs an abstract gom list.
AbstractTextType<T extends AbstractTextType<T>> - Class in de.espirit.firstspirit.common.text
Generic class for defining String-Facades.
AbstractTextType(String) - Constructor for class de.espirit.firstspirit.common.text.AbstractTextType
Construct an abstract text type.
accept(T) - Method in interface de.espirit.common.util.Filter
Determines, whether the given element should be accepted by this filter.
accept(T) - Method in class de.espirit.common.util.Filter.AndFilter
Accepts the questioned element, if all inner filters accept the element.
accept(T) - Method in class de.espirit.common.util.Filter.EqualFilter
Accepts the given element, if it is equal to the one defined with this filter.
accept(T) - Method in class de.espirit.common.util.Filter.ImpliesFilter
Accepts an element, if either the condition does not accept it or, if it does, the implication also accepts it.
accept(T) - Method in class de.espirit.common.util.Filter.NotFilter
Accepts the questioned element if the inner filter does not accept it.
accept(T) - Method in class de.espirit.common.util.Filter.OrFilter
Accepts the questioned element if any one of the inner filters accepts it.
ACCEPT_ALL - Static variable in class de.espirit.firstspirit.access.store.StoreElementFilter
 
acceptAll() - Static method in class de.espirit.common.util.Filter.Util
A primitive filter accepting any element.
acceptNothing() - Static method in class de.espirit.common.util.Filter.Util
A primitive filter accepting no element.
accessAllowed(User) - Method in interface de.espirit.firstspirit.access.project.Project
Is a user allowed to acces the project
AccessDeniedException(String) - Constructor for exception de.espirit.firstspirit.client.plugin.dataaccess.aspects.DataAccessControlling.AccessDeniedException
Construct an instance with the given message.
AccessRuntimeException - Exception in de.espirit.firstspirit.access
Super class for FIRSTspirit runtime exceptions.
AccessRuntimeException() - Constructor for exception de.espirit.firstspirit.access.AccessRuntimeException
 
AccessUtil - Class in de.espirit.firstspirit.access
Utitly class providing methods for Access-API operations like server release, server delete
AccessUtil() - Constructor for class de.espirit.firstspirit.access.AccessUtil
 
ActionProgress - Interface in de.espirit.firstspirit.access
Progress of an server action (e.g.
activateCustomEvent(String) - Method in interface de.espirit.firstspirit.access.packagepool.PackageVersion
Deprecated.
since 5.0.39 - no replacement
activateProject(Project) - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
Activates a deactivated project.
activities() - Method in interface de.espirit.firstspirit.workflow.model.Workflow
Returns all activities that belongs to this workflow.
Activity - Interface in de.espirit.firstspirit.access.editor
Interface defining an activity.
Activity - Interface in de.espirit.firstspirit.workflow.model
This interface represents an activity in an workflow-model.
ACTIVITY - Static variable in interface de.espirit.firstspirit.workflow.model.WorkflowElement
This workflow-element implements Activity.
add(int, int) - Method in interface de.espirit.firstspirit.access.editor.value.imagemap.PolygonBuilder
Adds a new edge to the polygon positioned at the given coordinate.
add(int, PageRef) - Method in interface de.espirit.firstspirit.access.store.sitestore.PageGroup
Add a member to this group.
add(Constraint) - Method in class de.espirit.or.query.ComposedConstraint
Add a new sub constraint to this composed constraint.
add(Order) - Method in interface de.espirit.or.query.Select
Appends the given order criteria to the list of defined orders of this select.
add(Parameter) - Method in interface de.espirit.or.query.Select
Adds the given parameter to this select.
add(PageRef) - Method in interface de.espirit.firstspirit.access.store.sitestore.PageGroup
Convenience method to add a member at the end.
add(EntityTypeListener) - Method in interface de.espirit.or.schema.EntityType
Adds a listener for attribute change events.
add(Object) - Method in class de.espirit.or.schema.KeyValue
Adds a key value.
addAllowedBody(TemplateBody) - Method in interface de.espirit.firstspirit.access.store.templatestore.Allowed
Adds the given TemplateBody to the list of allowed bodies of this allowed node
addAuthorisedUser(User) - Method in interface de.espirit.firstspirit.access.packagepool.Package
Adds the given user to the list of authorised User's of this package.
addBrokenReferenceToDataset(Schema, String, UUID) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.ValueReferencesJournal
Deprecated.
addBrokenReferenceToElement(String, IDProvider.UidType, String) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.ValueReferencesJournal
addChangeListener(ValueChangeListener) - Method in interface de.espirit.common.event.ValueChangeNotifier
Register a change listener.
addChangeListener(ValueChangeListener) - Method in interface de.espirit.firstspirit.access.editor.value.Permissions
Adds a listener being informed on changes within these permissions.
addClause(PatternClause) - Method in class de.espirit.firstspirit.access.search.Request
Adds a clause to be matched for this request's search.
addCloseable(Closeable) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleContext
To register closeable instances which should be closed when theschedule terminates.
addCloseable(Closeable) - Method in interface de.espirit.firstspirit.access.GenerationContext
Add a Closeable to the generation context
addColumn(int) - Method in interface de.espirit.firstspirit.access.editor.value.Table
Adds a new column at the specified index.
addColumn(Language, int) - Method in interface de.espirit.firstspirit.access.editor.DomTableEditorValue
Deprecated.
Adds a column for the given language after the defined column index.
addConstraint(TemplateConstraint) - Method in class de.espirit.firstspirit.access.search.Request
Adds a constraint to be fulfilled.
addContent(TableTemplate, String) - Method in interface de.espirit.firstspirit.access.store.contentstore.ContentFolder
Creates and returns a content2 node based on the given template.
addDataToContext(DataProvider) - Method in interface de.espirit.firstspirit.access.GenerationContext
Add a DataProvider to the generation context
addDefaultLayer() - Method in interface de.espirit.firstspirit.access.project.Project
Creates a default layer and adds it to project layers.
addDependentPackage(Package) - Method in interface de.espirit.firstspirit.access.packagepool.PackageVersion
Adds a dependent package to this version.
ADDED - Enum constant in enum class de.espirit.firstspirit.storage.DataChangeDetail.ChangeFlag
Indicates that a change was detected because an element (editor, language) was added during the modification.
addEditorialLanguage(Language) - Method in interface de.espirit.firstspirit.access.project.Project
Adds the given language to the list of editorial languages of this project.
addEditorValueListener(EditorValueListener) - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Deprecated.
Add the given listener to become notified about changes.
addedToScope(StoreElement) - Method in interface de.espirit.firstspirit.access.store.StoreListener
Called if the given storeElement was inserted.
addElementRestriction(Long) - Method in class de.espirit.firstspirit.access.search.Request
Adds a restriction to an element identified by its numerical id.
addFont(String, InputStream) - Method in interface de.espirit.firstspirit.access.admin.FontStorage
Adds a font to the server.
addGroup(Group) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
Adds a group to execute this schedule entry.
addLanguage(Language) - Method in interface de.espirit.firstspirit.access.project.Project
Adds a project language to the project
addLink(StyleTemplate) - Method in interface de.espirit.firstspirit.access.store.templatestore.TableFormatTemplate
Provide a StyleTemplate which should be used for table cells defined in the returned StyleTemplateLink
addLink(IDProvider) - Method in interface de.espirit.firstspirit.access.store.sitestore.DocumentGroup
Adds a link to the given target element.
addListener(Predicate<EventInfo>, Consumer<RevisionEvent>) - Method in interface de.espirit.firstspirit.agency.IDProviderEventAgent
Adds a StoreElement event listener that will receive only Predicate.test(Object) accepted} events.
The listener reference will be held weakly, so you have to keep a reference to the listener instance or it will be automatically collected by the GC and de-registered from this agent.
Note: Remember to invoke IDProviderEventAgent.removeListener(Consumer) if the listener is no longer needed.
addModelElement(IDProvider) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.ModelReferencesJournal
Adds the given FirstSpirit element as model reference to this journal.
addOrdering(String, boolean, boolean) - Method in interface de.espirit.firstspirit.access.store.sitestore.Content2Params
Adds an ordering to this parameters for the named column.
addPermissionListener(PermissionListener) - Method in interface de.espirit.firstspirit.access.store.Permission
Adds the given permission listener to be notified on permission change events.
addPublishGroup(PublishGroup) - Method in interface de.espirit.firstspirit.access.packagepool.PackageVersion
Adds the given PublishGroup to the Set of publish groups this PackageVersion is published for.
addPublishUser(User) - Method in interface de.espirit.firstspirit.access.packagepool.Package
Adds the given user to the list of User's which have the permission 'publish' for this package.
addQuery(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.Schema
Creates and adds a query based on this schema's definition to the store.
addReferenceToDataset(Schema, String, KeyValue) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.ValueReferencesJournal
Adds a reference to a FirstSpirit Dataset to this journal.
addReferenceToDataset(Schema, String, UUID) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.ValueReferencesJournal
Adds a reference to a FirstSpirit Dataset to this journal.
addReferenceToElement(IDProvider) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.ValueReferencesJournal
Adds a reference to a FirstSpirit element to this journal.
addReferenceToElement(String, IDProvider.UidType, String) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.ValueReferencesJournal
Adds a reference to a FirstSpirit element to this journal.
addReferenceToExternal(String, String) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.ValueReferencesJournal
Adds a reference to an external element to this journal.
addResponsibleUser(User) - Method in interface de.espirit.firstspirit.access.packagepool.Package
Adds the given user to the list of responsible User's of this package.
addRow(int) - Method in interface de.espirit.firstspirit.access.editor.value.Table
Adds a new row at the specified index.
addRow(Language, int) - Method in interface de.espirit.firstspirit.access.editor.DomTableEditorValue
Deprecated.
Adds a row for the given language after the defined row index.
addSessionListener(SessionListener) - Method in interface de.espirit.or.Session
Add the listener to this session.
addSitestoreVariable(String) - Method in interface de.espirit.firstspirit.access.packagepool.ContentPackage
Deprecated.
since 5.0.101 - no replacement
addSitestoreVariableToOverride(String) - Method in interface de.espirit.firstspirit.access.packagepool.Subscription
Deprecated.
since 5.0.101 - no replacement
addStartNode(IDProvider) - Method in interface de.espirit.firstspirit.access.packagepool.Package
Deprecated.
addStoreListener(StoreListener) - Method in interface de.espirit.firstspirit.access.store.Store
Adds a StoreListener for client-local changes of this store.
addTableTemplate(EntityType, String) - Method in interface de.espirit.firstspirit.access.store.templatestore.Schema
Creates and adds a table template based on this schema's definition to the store.
addTemplateRestriction(Long) - Method in class de.espirit.firstspirit.access.search.Request
Add a restriction on a template identified by its numerical id.
addTemplateSet(TemplateSet) - Method in interface de.espirit.firstspirit.access.project.Project
Adds a TemplateSet.
addToPackage(Package) - Method in interface de.espirit.firstspirit.access.store.PackagePoolItem
Adds this node, all children and referenced nodes which arePackagePoolItems to the specified package.
addTranslated(Language) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAPage
Calling this method has no effect.
addTranslated(Language) - Method in interface de.espirit.firstspirit.access.store.pagestore.Page
Adds the given language to the list of translated languages.
addUnifiedTask(ScheduleTask) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
Unifies the given task's name and adds it to this entry.
addUser(User) - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
Adds the given user which should be allowed to execute this schedule entry.
addUser(User) - Method in interface de.espirit.firstspirit.access.project.Group
Adds the given user to this group.
addUser(User) - Method in interface de.espirit.firstspirit.access.project.Project
Add an user to the project and giving him the access right for this project.
addUsers(User[]) - Method in interface de.espirit.firstspirit.access.project.Group
Adds the given users to this group.
adjustTime(Select, Date) - Static method in class de.espirit.firstspirit.access.store.sitestore.ContentMultiPageParams
Adjusts the time constraint.
ADMIN_MAIL_ADDRESS - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Administrator's email address used to send notification mails to.
ADMIN_USER_NAME - Static variable in interface de.espirit.firstspirit.access.User
The super admin login name.
AdminService - Interface in de.espirit.firstspirit.access
FirstSpirit AdminService functions.
Use getService(AdminService.class) to request an instance of this service.
adopt(DomElement) - Method in interface de.espirit.firstspirit.access.editor.value.DomElement
Adopts all values from the given element.
afterAdjustAttributes(StoreElement) - Method in interface de.espirit.firstspirit.access.store.ImportHandler
Called after adjusting the StoreElement attributes
afterExport(StoreElement) - Method in interface de.espirit.firstspirit.access.store.ExportHandler
 
afterExternalAttributeImport(StoreElement) - Method in interface de.espirit.firstspirit.access.store.ImportHandler
Called after restoring the external attributes of the StoreElement
afterImportData(StoreElement) - Method in interface de.espirit.firstspirit.access.store.ImportHandler
Called after importing custom data of the StoreElement
afterStoreElementImport(StoreElement) - Method in interface de.espirit.firstspirit.access.store.ImportHandler
Called after the StoreElement has been constructed
AIX - Enum constant in enum class de.espirit.firstspirit.access.schedule.FtpTarget.FtpServerType
Type for AIX-based ftp servers.
AJAX_DATA_SYNC_TIMEOUT - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Data sync timeout for AJAX in Webmonitor
AJAX_IMAGE_RELOAD_TIMEOUT - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
Image reload timeout in Webmonitor
alike(T, T) - Method in interface de.espirit.common.util.AlikenessComparator
Compare given elements for alikeness.
AlikenessComparator<T> - Interface in de.espirit.common.util
Comparator providing means for alikeness.
ALL - Enum constant in enum class de.espirit.firstspirit.access.search.Request.Mode
Designates the mode all.
ALL - Enum constant in enum class de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink.Region
All areas.
ALL - Static variable in interface de.espirit.common.util.ElementProvider
Do not limit to a maximum number of elements.
ALL_REVISIONS - Static variable in interface de.espirit.firstspirit.storage.HistoryProvider
Indicator for retrieving all revisions.
allow(int) - Method in interface de.espirit.firstspirit.access.store.Permission
Grants the given permission.
ALLOW - Enum constant in enum class de.espirit.firstspirit.service.permission.Priority
Allow priority
ALLOW_PRIORITY - Static variable in interface de.espirit.firstspirit.access.editor.PermissionEditorValue
Deprecated.
Mode identifier defining allow priority.
Allowed - Interface in de.espirit.firstspirit.access.store.templatestore
This interface represents the allowed element which is a child of a page template.
ALLOWED - Enum constant in enum class de.espirit.firstspirit.access.schedule.ScheduleEntry.ParallelExecutionMode
Allow parallel execution.
allowGroup(Group) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowPermission
Allow the given group to execute the workflow.
allowGroup(Group) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowTransitionPermission
Allows the given user group to perform the transition.
allowsEmpty() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
Indicates, whether empty values are allowed.
allowsEmpty() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomFormElement
Indicates that empty values are allowed.
allowUser(User) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowPermission
Allow the given user to execute the workflow.
allowUser(User) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowTransitionPermission
Allows the given user to perform the transition.
allWorkflows() - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowPermission
Indicates whether the permission is applicable for all workflows.
ALPHABETICAL_LOWERCASE - Enum constant in enum class de.espirit.firstspirit.access.editor.value.ListDomNode.Style
Lower-case alphabetical style.
ALPHABETICAL_UPPERCASE - Enum constant in enum class de.espirit.firstspirit.access.editor.value.ListDomNode.Style
Upper-case alphabetical style.
ALREADY_RESTORED - Enum constant in enum class de.espirit.firstspirit.access.store.RestoreProgress.ProblemType
Indicates that the element is not deleted anymore but already restored.
ALT_TEXT_KEY - Static variable in interface de.espirit.firstspirit.access.editor.MediumEditorValue
Deprecated.
Key for the alternative text.
AltPageRef - Interface in de.espirit.firstspirit.access.store.sitestore
This interface provides methods to handle the alternative pages for pagereferences
and(Collection<Filter<T>>) - Static method in class de.espirit.common.util.Filter.Util
Factory to create a combinatorial conjunction-filter on a given collection of filters.
and(Filter<T>...) - Static method in class de.espirit.common.util.Filter.Util
Factory to create a combinatorial conjunction-filter on the given arguments.
And - Class in de.espirit.or.query
Interface to combine different sub constraints with and
And() - Constructor for class de.espirit.or.query.And
Creates an empty And.
And(Constraint) - Constructor for class de.espirit.or.query.And
Creates an And with the given sub constraint.
And(Constraint, Constraint) - Constructor for class de.espirit.or.query.And
Creates an And combining the given constraints.
AND - Enum constant in enum class de.espirit.firstspirit.access.search.Request.Junction
Conjunction.
AND - Enum constant in enum class de.espirit.or.query.Constraint.Type
Type identifying the And constraint
APACHE - Enum constant in enum class de.espirit.firstspirit.access.schedule.WebServerConfiguration.Type
Deprecated.
since 5.0 - no replacement
APACHE_ACCESS_FILENAME - Static variable in interface de.espirit.firstspirit.access.schedule.WebServerConfiguration
Deprecated.
since 5.0 - no replacement
ApiDoc - Annotation Interface in de.espirit.common
Annotation for inline documentation, like suggestions when editing templates.
append() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.DefaultGomLangInfo.GomLangHashCode
Append the relevant information to the hash code.
appendChild() - Method in interface de.espirit.firstspirit.access.editor.value.ListDomNode
Appends a list item.
appendChild(Link) - Method in interface de.espirit.firstspirit.access.editor.value.DefaultDomNode
Creates and appends a link node.
appendChild(FormatTemplate) - Method in interface de.espirit.firstspirit.access.editor.value.DefaultDomNode
Creates and appends a child at the end of the child list.
appendChild(TableFormatTemplate) - Method in interface de.espirit.firstspirit.access.editor.value.DefaultDomNode
Creates and appends an (inline) table node.
appendChild(String) - Method in interface de.espirit.firstspirit.access.editor.value.DefaultDomNode
Creates and appends a text node.
appendChild(StoreElement) - Method in interface de.espirit.firstspirit.access.store.sitestore.DocumentGroup
Appends a child element to this group, which must be an instance of either DocLink whith a PageRef or SiteStoreFolder.
appendChild(StoreElement) - Method in interface de.espirit.firstspirit.access.store.StoreElement
Deprecated.
since 4.2.204 - use IDProvider#moveChild(child)
appendChildBefore(StoreElement, StoreElement) - Method in interface de.espirit.firstspirit.access.store.sitestore.DocumentGroup
Appends a child element to this group, inserting it before a reference element.
appendChildBefore(StoreElement, StoreElement) - Method in interface de.espirit.firstspirit.access.store.StoreElement
Deprecated.
appendEditorNames(List<String>) - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomEditorProvider
Append the names of all local and children's editors to the given list of names and return the list.
ApplicationAgent - Interface in de.espirit.firstspirit.agency
Agent providing information about the application.
applyLanguage(String) - Method in interface de.espirit.or.query.Select
Make a clone of this select and replace all place holders %lang% contained in constaints with the given languageAbbreviation
ARCHIVED - Enum constant in enum class de.espirit.firstspirit.access.store.RestoreProgress.ProblemType
Indicates that the element has been archived.
ARCHIVED - Enum constant in enum class de.espirit.firstspirit.access.store.RevertProgress.ProblemType
Indicates that the element has been archived.
Area - Interface in de.espirit.firstspirit.access.editor.value.imagemap
An area of some shape at some place hosting a link.
AREA_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ImageMapEditorValue
Deprecated.
Key for a single area entry.
Area.Visitor<R> - Interface in de.espirit.firstspirit.access.editor.value.imagemap
Visitor to operate on different shapes of areas.
AreaBuilder - Interface in de.espirit.firstspirit.access.editor.value.imagemap
Generic definition of a builder for shaped areas.
AREAS_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ImageMapEditorValue
Deprecated.
Key for the area container.
asRevisionProvider() - Method in interface de.espirit.firstspirit.storage.HistoryProvider
Return an ElementProvider<Revision> on this HistoryProvider.
assimilate(Language, Object) - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Deprecated.
Assimilate the value object for the specified language, if possible.
Note: Passing null as argument will be evaluated as clear!
Attachment - Class in de.espirit.firstspirit.access
Container for transporting attachments.
Attachment(File) - Constructor for class de.espirit.firstspirit.access.Attachment
File-based constructor for an attachment.
Attachment(String, String, InputStream) - Constructor for class de.espirit.firstspirit.access.Attachment
Stream-based constructor for an attachment, additionally providing a name and a type for the file.
Attachment(String, InputStream) - Constructor for class de.espirit.firstspirit.access.Attachment
Stream-based constructor for an attachment also providing a name.
Attribute<T> - Interface in de.espirit.or.schema
This is the interface for all implementations of attributes which can defined by an entity type.
AttributeConstraint - Interface in de.espirit.or.query
The base class for all constraints which define an attribute based filter.
AUTH_ADMIN - Static variable in class de.espirit.firstspirit.access.ConnectionManager
Authentication method using the default admin as defined in the fs-jaas.conf.
AUTH_CLIENT - Static variable in class de.espirit.firstspirit.access.ConnectionManager
Authentication method using the client login as defined in the fs-jaas.conf.
AUTH_DEFAULT - Static variable in class de.espirit.firstspirit.access.ConnectionManager
Authentication method using the default login as defined in the fs-jaas.conf.
AUTH_SYSTEM - Static variable in class de.espirit.firstspirit.access.ConnectionManager
Authentication method using the system login as defined in the fs-jaas.conf.
AUTH_WEB_NONSSO - Static variable in class de.espirit.firstspirit.access.ConnectionManager
Authentication method using the Non-SSO-based web login as defined in the fs-jaas.conf.
AUTH_WEB_SSO - Static variable in class de.espirit.firstspirit.access.ConnectionManager
Authentication method using the SSO-based web login as defined in the fs-jaas.conf.
AuthenticationException - Exception in de.espirit.firstspirit.server.authentication
Exception thrown if a authentication was not successful because of invalid credentials for instance.
AuthenticationException() - Constructor for exception de.espirit.firstspirit.server.authentication.AuthenticationException
Exception thrown if a authentication was not successful because of invalid credentials for instance.
AuthenticationException(String) - Constructor for exception de.espirit.firstspirit.server.authentication.AuthenticationException
Exception thrown if a authentication was not successful because of invalid credentials for instance.
AuthenticationException(String, Throwable) - Constructor for exception de.espirit.firstspirit.server.authentication.AuthenticationException
Exception thrown if a authentication was not successful because of invalid credentials for instance.
AUTOMATIC - Enum constant in enum class de.espirit.firstspirit.access.Task.EditorMode
Automatic editor mode.
AUTOMATIC - Enum constant in enum class de.espirit.firstspirit.access.TaskState.Mode
Automatic TaskState creation mode.
AUTOMATIC - Static variable in interface de.espirit.firstspirit.access.store.templatestore.WorkflowScriptContext
Task state definition for automatic transition.
available() - Method in class de.espirit.firstspirit.access.ConnectionManager.ClientJarInputStream
Indicates the stream to be available.
awaitTermination() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntryControl
Blocks until the schedule entry has terminated.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form