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

I

IDProvider - Interface in de.espirit.firstspirit.access.store
 
IDProvider.DependentReleaseType - Enum in de.espirit.firstspirit.access.store
Type for the dependent release handling.
IDProvider.RevertType - Enum in de.espirit.firstspirit.access.store
Type represanting the revert mode.
IDProvider.UidType - Enum in de.espirit.firstspirit.access.store
Defines the name space in which the unique identifier has to be unique
IdProvidingFormData - Interface in de.espirit.firstspirit.access.editor.fslist
FS_LIST Interface definition for form data providing an unique identifier.
ignore(String) - Method in interface de.espirit.firstspirit.access.editor.value.Option
Deprecated. since 4.2.34, use Option.ignore(de.espirit.firstspirit.access.Language) instead
ignore(Language) - Method in interface de.espirit.firstspirit.access.editor.value.Option
Indicates whether this Option should be ignored and therefore hide in the gui for the given language.
ignoreContentType() - Method in class de.espirit.firstspirit.access.store.templatestore.TableTemplate.Mapping
Ignore content type indicator.
IIS_ACCESS_FILENAME - Static variable in interface de.espirit.firstspirit.access.schedule.WebServerConfiguration
 
ImageMapEditorValue - Interface in de.espirit.firstspirit.access.editor
Tagging interface for an EditorValue operating on MappingMedium objects.
implies(Filter<T>, Filter<T>) - Static method in class de.espirit.common.util.Filter.Util
a implies b is equivalent to not(a) or b.
IMPORT_INFO_KEY - Static variable in interface de.espirit.firstspirit.access.packagepool.ImportInfo
Use context.
importData(DumpData) - Method in interface de.espirit.or.Session
Import the data into the database connected by this session.
ImportHandler - Interface in de.espirit.firstspirit.access.store
 
ImportInfo - Interface in de.espirit.firstspirit.access.packagepool
This interface provides information about a packagepool subscription update.
ImportParameters - Class in de.espirit.firstspirit.access.export
 
ImportParameters(ExportFile, ProjectInfo, String, String, Map<String, String>, Map<Long, Long>) - Constructor for class de.espirit.firstspirit.access.export.ImportParameters
 
ImportParameters(ExportFile, ProjectInfo, String, String, Map<String, String>, Map<Long, Long>, Map<Long, String>) - Constructor for class de.espirit.firstspirit.access.export.ImportParameters
 
ImportProgress - Interface in de.espirit.firstspirit.access.export
Interface providing access to the progress informations of a project import.
importStoreElement(ZipFile, ImportHandler) - Method in interface de.espirit.firstspirit.access.store.StoreElement
Imports the first StoreElement from given zip exportfile.
importStoreElement(StoreElement) - Method in interface de.espirit.firstspirit.access.UserService
Deprecated. since 4.1.10 - no replacement
importStoreElements(ZipFile, ImportHandler) - Method in interface de.espirit.firstspirit.access.store.StoreElement
Imports all StoreElements from given zip exportfile.
importStoreElements(ZipFile, StoreElement, ImportHandler) - Method in interface de.espirit.firstspirit.access.UserService
 
importUpdateData(DumpData) - Method in interface de.espirit.or.Session
Import or update the data into the database connected by this session.
InappropriateValueException - Exception in de.espirit.firstspirit.forms
Exception thrown if a value is not appropriate.
InappropriateValueException(GomFormElement, Language, Object, LocalizableException) - Constructor for exception de.espirit.firstspirit.forms.InappropriateValueException
Create a new instance.
include(String, Object, Map<String, Object>) - Method in interface de.espirit.firstspirit.access.template.Evaluator
 
includeInOutput(Language) - Method in interface de.espirit.firstspirit.access.store.pagestore.Content2Section
Has no effect, no language can be excluded in the output of the generation.
includeInOutput(Language) - Method in interface de.espirit.firstspirit.access.store.pagestore.Section
Includes this section in the output for the given language.
includeNode(IDProvider) - Method in interface de.espirit.firstspirit.access.packagepool.Subscription
Includes the given storeelement to the list of nodes which will be imported from the package.
INCREMENTAL_BACKUP_EXTENSION - Static variable in interface de.espirit.firstspirit.access.export.ExportFile
 
indexOf(Option) - Method in interface de.espirit.firstspirit.access.editor.value.OptionModel
Get the index of the option matching the given value.
indexOf(String) - Method in interface de.espirit.firstspirit.access.store.Data
Return index of a named variable.
InheritAnnotations - Annotation Type in de.espirit.common
Marker for annotation processors to identify that annotations shall be inherited.
inheritWorkflowPermission() - Method in interface de.espirit.firstspirit.access.store.StoreElement
Returns a boolean state, whether the workflow permissions should be inherited for this StoreElement or not.
init(UserService, DataValue, Element, Element) - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Deprecated. since 4.0.17 - use EditorValue.initialize(de.espirit.firstspirit.access.UserService, de.espirit.firstspirit.access.store.DataValue, org.w3c.dom.Element, de.espirit.firstspirit.access.store.templatestore.gom.GomFormElement) instead
init(UserService, EntityType, GomFormElement, List<Language>) - Method in class de.espirit.firstspirit.access.store.templatestore.TableTemplate.Mapping
 
init(GenerationContext) - Method in interface de.espirit.firstspirit.access.UrlCreator
Initialization callback.
init(GenerationContext, OutputStream) - Method in interface de.espirit.firstspirit.generate.ContentProcessor
 
init(Map<String, String>) - Method in interface de.espirit.or.Layer
 
initialize(UserService, DataValue, Element, GomFormElement) - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Initialize this editor.
InlinePreviewConstraints - Interface in de.espirit.firstspirit.access.project
Configuration interface for project specific inline preview constraints.
InlinePreviewConstraints.DefaultAppFileExtensions - Enum in de.espirit.firstspirit.access.project
The default application engines file name extensions used for (bound to) a specific engine type.
InlinePreviewConstraints.InlinePreviewControlOption - Enum in de.espirit.firstspirit.access.project
Inline preview control option
INTERNAL_LINK - Static variable in interface de.espirit.firstspirit.access.editor.reference.Reference
 
INTERNAL_LINK - Static variable in interface de.espirit.firstspirit.access.link.Link
Deprecated. since 4.0 - use generic links instead - field will be removed with 5.0.
INTERVAL - Static variable in interface de.espirit.firstspirit.access.schedule.ExecutionSchedule
Type indicator for interval scheduled execution.
IntervalExecutionSchedule - Interface in de.espirit.firstspirit.access.schedule
A periodic schedule, the length is specified in IntervalExecutionSchedule.getInterval().
INVALID_VALUE_DESCRIPTOR - Static variable in exception de.espirit.firstspirit.access.editor.value.InvalidValueException
 
InvalidValueException - Exception in de.espirit.firstspirit.access.editor.value
Generic exception on setting invalid values.
InvalidValueException(EditorValue<?>, String) - Constructor for exception de.espirit.firstspirit.access.editor.value.InvalidValueException
 
InvalidValueException(EditorValue<?>, String, String) - Constructor for exception de.espirit.firstspirit.access.editor.value.InvalidValueException
 
InvalidValueException(EditorValue<?>) - Constructor for exception de.espirit.firstspirit.access.editor.value.InvalidValueException
 
invokeMethod(Object, String, List<Object>) - Method in interface de.espirit.firstspirit.access.template.Evaluator
 
isActive() - Method in interface de.espirit.firstspirit.access.packagepool.Subscription
Returns true if this subscription is active, false otherwise
If the subscription is inactive the update will not be processed.
isActive() - Method in interface de.espirit.firstspirit.access.project.Project
Is this project active
isActive() - Method in interface de.espirit.firstspirit.access.project.TemplateSet
Is this TemplateSet active
isActive() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
Returns true if this ScheduleEntry is active, false otherwise.
isActive() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleTask
Returns true if this task is active, false otherwise.
isActive() - Method in interface de.espirit.firstspirit.access.User
 
isAddable(Package) - Method in interface de.espirit.firstspirit.access.store.PackagePoolItem
 
isAdmin() - Method in interface de.espirit.firstspirit.access.project.Group
Is this an admin group.
isAdmin(User) - Method in interface de.espirit.firstspirit.access.project.Project
Returns true if the given user is server admin or member of a project's admin-group.
isAdmin() - Method in interface de.espirit.firstspirit.access.User
Is this user the server admin
isAggregateByValue() - Method in interface de.espirit.or.schema.ComposedAttribute
 
isAllowed(int) - Method in interface de.espirit.firstspirit.access.store.Permission
Check if a single permission is granted
isAlwaysActive() - Method in interface de.espirit.firstspirit.access.store.templatestore.Script
Indicates whether this script is always active or not.
isAnonymous() - Method in interface de.espirit.firstspirit.parser.Printable
Anonymous means: Does not occur in template stack traces.
isArchivePage() - Method in interface de.espirit.firstspirit.access.store.pagestore.Page
Generate archived version of this page
isAt(int, int) - Method in interface de.espirit.firstspirit.access.editor.value.TableCell
Returns true if this table cell originates in row row and column column.
isAutomatic() - Method in interface de.espirit.firstspirit.access.TaskState
Was the creation of this state manual or automatic
isAutomatic() - Method in interface de.espirit.firstspirit.workflow.model.Activity
Returns if this activity is exectued autmaticallly.
isAvailable() - Method in interface de.espirit.firstspirit.access.packagepool.Package
This flag indicates if the package is available.
isBackup() - Method in interface de.espirit.firstspirit.access.export.ExportFile
Returns true is this file is in backup directory.
isBackup() - Method in class de.espirit.firstspirit.access.export.ExportParameters
 
isBroken() - Method in interface de.espirit.firstspirit.access.editor.reference.Reference
Internal references may be broken, e.g.
isBroken() - Method in interface de.espirit.firstspirit.access.ReferenceEntry
A reference may be broken, e.g. if a medium was referenced from a picture input component and the medium was deleted afterwards.
isBrowserEngineActive() - Method in interface de.espirit.firstspirit.access.project.InlinePreviewConstraints
Indicated whether the internal browser engine is activated.
isBrowserEngineControlAdjustable() - Method in interface de.espirit.firstspirit.access.project.InlinePreviewConstraints
Returns true if the user is able to choose a browser engine otherwise false.
isCalculatingReferences() - Method in interface de.espirit.firstspirit.access.project.Project
Returns if recalculating is in progress
isCaseSensitive() - Method in class de.espirit.firstspirit.access.search.Request
 
isCdata() - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplate
 
isChangeable() - Method in interface de.espirit.firstspirit.access.packagepool.Subscription
The changeable flag indicates if the nodes containing in the Package which is subscribed by this subscription, are changeable (true) in the subscriber Project or not (false).
isChangeable() - Method in interface de.espirit.firstspirit.access.store.PackagePoolItem
Checks if this PackagePoolItem is changeable.
isChanged() - Method in interface de.espirit.firstspirit.access.Lockable
Indicates whether this object is changed locally or not.
isChanged() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
true if this ScheduleEntry has been changed, false otherwise
isChanged() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleTaskTemplate
true if this template has been changed, false otherwise
isChangeState() - Method in enum de.espirit.or.schema.Entity.PersistentState
 
isCheckOnlyMode() - Method in interface de.espirit.firstspirit.access.store.ReleaseProgress
Returns true if the belonging server release action was started in 'check-only' mode.
isCheckOnlyMode() - Method in interface de.espirit.firstspirit.access.store.RestoreProgress
 
isCheckOnlyMode() - Method in interface de.espirit.firstspirit.access.store.RevertProgress
 
isComposedAttribute(String) - Method in interface de.espirit.or.schema.EntityType
 
isConnected() - Method in interface de.espirit.firstspirit.access.Connection
Returns true if this connection is connected.
isContextFree() - Method in interface de.espirit.firstspirit.access.store.templatestore.Workflow
 
isCopy() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.Preset
 
isCopyAllowed() - Method in interface de.espirit.firstspirit.access.store.templatestore.TableTemplate
Returns true if the user is allowed to copy entities.
isDbaLayer() - Method in interface de.espirit.firstspirit.access.database.Layer
A DBA (database administration) layer is a layer which creates a db-schema in the database for each FirstSpirit schema.
isDebugging() - Method in interface de.espirit.firstspirit.access.template.Evaluator
 
isDefault() - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Indicates the value representing default data.
isDefault() - Method in interface de.espirit.firstspirit.access.store.Data
Indicates, that this data object represents a default data container.
isDefault() - Method in interface de.espirit.firstspirit.access.store.DataValue
 
isDefault() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.Preset
 
isDefault() - Method in interface de.espirit.firstspirit.forms.FormField
Indicates that the value is set to default.
isDeletable() - Method in interface de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink
Returns true if the region defined in this link is deletable, false otherwise.
isDeleted() - Method in interface de.espirit.firstspirit.access.store.StoreElement
Returns the state of deletion. true if element is deleted and false if its not
isDeprecated() - Method in interface de.espirit.firstspirit.access.store.mediastore.PictureResolution
Returns true if the saved picture is deprecated (the cropped picture data was created based on a original resolution image that doesn't exists any longer), and false otherwise
isDeprecated() - Method in interface de.espirit.or.query.Select
Return true if this select is constructed from a 3.1 query document.
isEditable() - Method in interface de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink
Returns true if the region defined in this link is editable, false otherwise.
isEmpty(T) - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Test the given object for being empty.
isEmpty(TargetReference) - Method in interface de.espirit.firstspirit.access.editor.ReferenceEditorValue
Test whether a TargetReference is empty.
isEmpty() - Method in interface de.espirit.firstspirit.access.editor.value.BinaryMedium
 
isEmpty() - Method in interface de.espirit.firstspirit.access.editor.value.DatasetContainer
Shortcut for DatasetContainer.getDataset() == null.
isEmpty() - Method in interface de.espirit.firstspirit.access.editor.value.DomElement
Returns true if this element has no content.
isEmpty() - Method in interface de.espirit.firstspirit.access.editor.value.ElementReference
 
isEmpty() - Method in interface de.espirit.firstspirit.access.editor.value.Permissions
 
isEmpty() - Method in interface de.espirit.firstspirit.access.editor.value.Table
Indicates whether this table is empty or not.
isEmpty() - Method in interface de.espirit.firstspirit.access.editor.value.TargetReference
Tests if this TargetReference has no element set. where element is always a type of IDProvider.
isEmpty() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.DefaultGomLangInfo
 
isEmpty() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomLangInfo
Indicates an empty language info object.
isEmpty() - Method in interface de.espirit.firstspirit.access.template.TemplateElement
 
isEmpty() - Method in interface de.espirit.firstspirit.forms.FormField
Indicates that the value of this field is empty.
isEmpty() - Method in interface de.espirit.firstspirit.workflow.model.Workflow
Checks if the workflow is empty.
isEndState() - Method in interface de.espirit.firstspirit.workflow.model.State
Returns true if this state is an end-state; false otherwise.
isErrorState() - Method in interface de.espirit.firstspirit.workflow.model.State
Returns true if this state is an error-state; false otherwise.
isEveryone() - Method in interface de.espirit.firstspirit.access.project.Group
Is this the everyone group
isExecuteOnClusterNode() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleTask
Should the task execution run on a cluster node?
isExportSupported() - Method in interface de.espirit.firstspirit.access.store.StoreElement
 
isExternal() - Method in interface de.espirit.firstspirit.access.project.Group
 
isFiltered() - Method in interface de.espirit.firstspirit.access.store.contentstore.Content2
Returns true if the view is filterd (getContent2Params().
isFinished() - Method in interface de.espirit.firstspirit.access.ActionProgress
Indicates wether the underlying serveraction is finished or not.
isFinished() - Method in interface de.espirit.firstspirit.access.Task
Is task finished
isFirst() - Method in class de.espirit.firstspirit.access.store.PageParams
 
isFolder() - Method in interface de.espirit.firstspirit.access.store.sitestore.PageRefFolder
Implementing classes must return true
isFolder() - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
All implementing classes must return true.
isFolder() - Method in interface de.espirit.firstspirit.access.store.Store
A store is always a folder, so implementations must always return true.
isFolder() - Method in interface de.espirit.firstspirit.access.store.StoreElement
 
isForceRefresh() - Method in interface de.espirit.firstspirit.base.store.PreviewUrl
Flag if a refresh should be forced.
isForRelease() - Method in interface de.espirit.firstspirit.base.store.PreviewUrl
Indicates whether to preview from release store.
isFullQualified() - Method in interface de.espirit.firstspirit.base.store.PreviewUrl
Flag if the url is full qualified.
isGraphicsEngineActive() - Method in interface de.espirit.firstspirit.access.project.InlinePreviewConstraints
Indicated the activation state of the graphics engine for this project.
isGraphicsEngineControlAdjustable() - Method in interface de.espirit.firstspirit.access.project.InlinePreviewConstraints
The the control option which allows the user to adjust/switch the graphics engine to use.
isHddShutdownLimitActive() - Method in interface de.espirit.firstspirit.access.ServerConfiguration
Returns wether or not the server will be shut down if space left limit is exceeded.
isHDDWarnActive() - Method in interface de.espirit.firstspirit.access.ServerConfiguration
Deprecated. since 4.2.427 - no replacement - this method always returns true
isHddWarnLimitActive() - Method in interface de.espirit.firstspirit.access.ServerConfiguration
Returns wether or not a warning mail will be issues if space left limit is exceeded.
isHidden() - Method in interface de.espirit.firstspirit.access.store.pagestore.Body
State if the body is hidden for the user
isHidden() - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
 
isHidden() - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomHideable
Indicator for hidden elements.
isHidden() - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplate
State if the template is hidden in the selection-list.
isHidden() - Method in interface de.espirit.firstspirit.access.store.templatestore.LinkTemplateFolder
Deprecated.  
isHidden() - Method in interface de.espirit.firstspirit.access.store.templatestore.Template
State if the template is hidden in the selection-list.
isHidden() - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateBody
Indicates wether this TemplateBody is defined as hidden or not
isImageFlipped() - Method in class de.espirit.firstspirit.access.store.mediastore.PictureCropData
 
isImportSupported() - Method in interface de.espirit.firstspirit.access.store.StoreElement
 
isInherited() - Method in interface de.espirit.firstspirit.access.editor.value.Permissions
 
isInLifespan() - Method in interface de.espirit.firstspirit.access.store.pagestore.Section
Indicates whether the actual time is included in the lifespan of this section.
isInLifespan(long) - Method in interface de.espirit.firstspirit.access.store.pagestore.Section
Indicates whether the given timestamp is included in the lifespan of this section.
isInLifespan() - Method in interface de.espirit.firstspirit.access.store.pagestore.SectionReference
Indicates whether the actual time is included in the lifespan of of the referenced source section.
isInLifespan(long) - Method in interface de.espirit.firstspirit.access.store.pagestore.SectionReference
Indicates whether the given timestamp is included in the lifespan of of the referenced source section.
isInlineMediaPreviewEnabled() - Method in interface de.espirit.firstspirit.access.project.InlinePreviewConstraints
Returns true if inline preview for media is enabled, false otherwise.
isInlinePreviewControlAdjustable() - Method in interface de.espirit.firstspirit.access.project.InlinePreviewConstraints
Returns true if the content highlighting mode is adjustable by user, false otherwise.
isInlinePreviewEnabled() - Method in interface de.espirit.firstspirit.access.project.InlinePreviewConstraints
Returns true if inline preview for contents is enabled, false otherwise.
isInOutputIncluded(Language) - Method in interface de.espirit.firstspirit.access.store.pagestore.Content2Section
 
isInOutputIncluded(Language) - Method in interface de.espirit.firstspirit.access.store.pagestore.Section
Checks if this section is included in the output for the given language.
isInReleaseStore() - Method in interface de.espirit.firstspirit.access.store.IDProvider
Checks if this storeelement exists in the release representation of the belonging store.
isInReleaseStore() - Method in interface de.espirit.firstspirit.access.store.StoreElement
Deprecated. since 4.1.10 - only supported for IDProvider. Use IDProvider.isInReleaseStore()
isKey() - Method in interface de.espirit.or.schema.Attribute
Return true if this attribute is a key attribute else false.
isLanguageDependant() - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Deprecated. since 4.0.17 - use EditorValue.isLanguageDependent()
isLanguageDependent() - Method in interface de.espirit.firstspirit.access.editor.EditorValue
States, if this editor is language dependent.
isLanguageDependent() - Method in interface de.espirit.firstspirit.access.store.mediastore.Media
Indicates whether this media is languagedependent or not.
isLanguageDependent() - Method in class de.espirit.firstspirit.access.store.templatestore.TableTemplate.Mapping
 
isLast() - Method in class de.espirit.firstspirit.access.store.PageParams
 
isLast() - Method in class de.espirit.firstspirit.access.store.sitestore.ContentMultiPageParams.ContentPageParams
 
isLazyLoad() - Method in interface de.espirit.or.schema.ComposedAttribute
Return true if the value of this attribute is loaded on demand else false.
isLDAPUser() - Method in interface de.espirit.firstspirit.access.User
Gets the LDAPUser
isLocked() - Method in interface de.espirit.firstspirit.access.Lockable
Returns the lock state of this object.
isLocked(Entity) - Method in interface de.espirit.firstspirit.access.store.contentstore.Content2
Indicates that the given entity is in lock state.
isLocked() - Method in interface de.espirit.firstspirit.access.store.StoreElement
Checks if this node is locked by this session.
isLockedOnServer(boolean) - Method in interface de.espirit.firstspirit.access.store.StoreElement
Checks if this storeelement is locked on the server.
isLockSupported() - Method in interface de.espirit.firstspirit.access.store.StoreElement
 
isLowerCase() - Method in enum de.espirit.or.CaseMode
 
isMainAttribute() - Method in interface de.espirit.or.schema.ComposedAttribute
In an 1:n or 1:1 relation there is a main attribute in the parent entity type which defines or owns the foreign key.
isManual() - Method in interface de.espirit.firstspirit.access.schedule.FixedExecutionSchedule
true if dependent ScheduleEntry is executed manually, false otherwise.
isMasterLanguage() - Method in interface de.espirit.firstspirit.access.Language
Returns true if this language is the master language of the belonging project, false otherwise
isMBeanInstanceOf(String, String) - Method in interface de.espirit.firstspirit.access.AdminService
Checks if an server-registered MBean exists and is instanceof the specified class.
isMediaExtensionCheckEnabled() - Method in interface de.espirit.firstspirit.access.project.Project
Get the activation status of the project based media filename extension restrictions.
isMediaSizeLimitEnabled() - Method in interface de.espirit.firstspirit.access.project.Project
Get the activation status of the project based media size limitations.
isMember(User) - Method in interface de.espirit.firstspirit.access.project.Group
 
isMember(User) - Method in interface de.espirit.firstspirit.access.project.Project
 
isMemoryWarnActive() - Method in interface de.espirit.firstspirit.access.ServerConfiguration
 
isMeta() - Method in interface de.espirit.firstspirit.access.store.Data
 
isMeta() - Method in interface de.espirit.firstspirit.access.store.DataValue
 
isMotDVisible() - Method in interface de.espirit.firstspirit.access.ServerConfiguration
 
isOfficeEngineActive() - Method in interface de.espirit.firstspirit.access.project.InlinePreviewConstraints
Indicates whether the office engine is enabled.
isOfficeEngineControlAdjustable() - Method in interface de.espirit.firstspirit.access.project.InlinePreviewConstraints
Indicated whether the user is allowed to switch between the available office engines.
isOnHomePage() - Method in interface de.espirit.firstspirit.access.GuiScriptContext
Indicates whether the underlying script will be executed on the homepage or not.
isOrdered(String) - Method in interface de.espirit.or.query.Select
Return true if an order of the attribute attributeName is already defined in this select.
isOriginal() - Method in interface de.espirit.firstspirit.access.project.Resolution
Returns true if this resolution is the original resolution
isOutOfMemoryWarnActive() - Method in interface de.espirit.firstspirit.access.ServerConfiguration
 
isPackageItem() - Method in interface de.espirit.firstspirit.access.store.PackagePoolItem
 
isParted() - Method in interface de.espirit.firstspirit.access.export.ExportFile
Indicates whether this export file is parted or not.
isPermissionSupported() - Method in interface de.espirit.firstspirit.access.store.StoreElement
 
isPreview() - Method in interface de.espirit.firstspirit.access.GenerationContext
Is the actual generation is a preview generation?
isPreview() - Method in interface de.espirit.firstspirit.access.GenerationScriptContext
Preview or normal generation
isProjectAdmin(Project) - Method in interface de.espirit.firstspirit.access.User
Is this user project admin.
isProjectSchedule() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
 
isProjectTask() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleTask
Returns true if this ScheduleTask is allowed to be used in project context only, false if server context execution is allowed also.
isProjectTaskTemplate() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleTaskTemplate
true for project specific task templates
isPublic() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleTaskTemplate
returns true if this template is visible for other projects, false if this template is only available for local usage
note: only server schedule task templates can be public
isQuote() - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplate
 
isReadOnly() - Method in interface de.espirit.firstspirit.access.packagepool.Package
Read only packages: Content in subscribing may not be changed.
isReadOnly() - Method in interface de.espirit.firstspirit.access.store.Store
If the store is in read only mode, which means it is frozen to some point in time.
isReadOnly() - Method in interface de.espirit.firstspirit.access.store.templatestore.Schema
 
isReadOnly() - Method in interface de.espirit.or.schema.Attribute
A read only attribute can not be set by the client.
isReadOnly() - Method in interface de.espirit.or.Session
If the session is "read only" no modifications are permitted.
isReference() - Method in interface de.espirit.firstspirit.access.store.pagestore.Section
Is this a reference section?
isReindexingSearch() - Method in interface de.espirit.firstspirit.access.project.Project
Returns if reindexing is in progress
isRelease() - Method in interface de.espirit.firstspirit.access.GenerationContext
 
isRelease() - Method in interface de.espirit.firstspirit.access.GenerationScriptContext
Generate current or release
isRelease() - Method in interface de.espirit.firstspirit.access.store.Data
Is release or current version.
isRelease() - Method in interface de.espirit.firstspirit.access.store.Store
Returns true if this store is a release store, false for current stores.
isRelease() - Method in interface de.espirit.firstspirit.storage.ChildrenChangeDetail
Returns true if this children change detail belongs to a release children list, false otherwise.
isRelease() - Method in interface de.espirit.or.Session
Return true if this session is a release session else false.
isReleased() - Method in interface de.espirit.or.schema.Entity
Return true if this entity is released else false.
isReleaseSupported() - Method in interface de.espirit.firstspirit.access.store.IDProvider
Indicates wether this element supports IDProvider.release(boolean) or not.
isReleaseSupported() - Method in enum de.espirit.firstspirit.access.store.Store.Type
 
isReleaseSupported() - Method in interface de.espirit.firstspirit.access.store.StoreElement
Deprecated. since 4.1.10 - only supported for IDProvider. Use IDProvider.isReleaseSupported()
isRemote() - Method in interface de.espirit.firstspirit.access.Connection
Indicates whether this connection is a remote connection (based on a RemoteProjectConfiguration) or not.
isRemote() - Method in interface de.espirit.firstspirit.access.editor.reference.Reference
 
isRemote() - Method in interface de.espirit.firstspirit.access.ReferenceEntry
 
isReplaceable() - Method in interface de.espirit.firstspirit.access.store.templatestore.TemplateExtension
Indicates whether the file-extension can be overwriten or not.
isRequired() - Method in interface de.espirit.or.schema.Attribute
Return true if this attribute is a required attribute.
isRoot() - Method in interface de.espirit.firstspirit.service.treedata.TNode
Returns true for root elements.
isRunning() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntryControl
false if this ScheduleEntry is finished or not started yet, true otherwise.
isRunning() - Method in interface de.espirit.firstspirit.access.ServerActionHandle
Indicates wether the related server action is still running, or not.
isSelectable() - Method in interface de.espirit.firstspirit.service.treedata.TNode
Returns true if this object can be selected.
isSet(K) - Method in interface de.espirit.common.util.Dict
Indicates whether the given key is set or not.
isSet() - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Indicates that a value is set for at least one language.
isSet(Language) - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Indicates that a value for the given language is set or is backed by a language independent value.
isSet() - Method in interface de.espirit.firstspirit.forms.FormField
Indicates that the value of this field is set.
isSimpleAttribute(String) - Method in interface de.espirit.or.schema.EntityType
 
isSnapshot() - Method in interface de.espirit.firstspirit.access.export.ProjectInfo
 
isSSO() - Method in interface de.espirit.firstspirit.base.store.PreviewUrl
Flag if single-sign-on is used.
isStartFolder() - Method in interface de.espirit.firstspirit.access.store.sitestore.SiteStoreFolder
Deprecated. since 4.0.52 - use StartNode.isStartNode()
isStartNode() - Method in interface de.espirit.firstspirit.access.store.sitestore.StartNode
Indicates whether this node is start node of it's parent or not.
isStartPage() - Method in interface de.espirit.firstspirit.access.store.sitestore.PageRef
Deprecated. since 4.0.52 - use StartNode.isStartNode()
isStartState() - Method in interface de.espirit.firstspirit.workflow.model.State
Returns true if this state is an start-state; false otherwise.
isStateFailed() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleContext
Returns true if the current run state of this execution is set to failed.
isStateSuccess() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleContext
Returns true if the current run state of this execution is set to successful.
isStrict() - Static method in class de.espirit.firstspirit.common.text.Designator
Indicates the designator to work in strict mode.
isSubscribedItem() - Method in interface de.espirit.firstspirit.access.store.PackagePoolItem
 
isSyncable() - Method in interface de.espirit.firstspirit.access.store.templatestore.Schema
 
isSystem() - Method in interface de.espirit.firstspirit.access.schedule.ScheduleEntry
Returns true if this ScheduleEntry is a system schedule entry or not.
isSystem() - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplate
 
isSystemChannel() - Method in interface de.espirit.firstspirit.access.project.PresentationChannel
 
isSystemTemplate() - Method in interface de.espirit.firstspirit.access.editor.value.DomNode
Returns FormatTemplate.isSystem().
isTemplateDefined() - Method in interface de.espirit.firstspirit.access.store.globalstore.ProjectProperties
Indicates whether a project properties template is defined or not.
isTimeoutMailSend() - Method in interface de.espirit.firstspirit.access.Task
Was task timeout mail send
isToMany() - Method in interface de.espirit.or.schema.ComposedAttribute
 
isToOne() - Method in interface de.espirit.or.schema.ComposedAttribute
 
isTranslated(Language) - Method in interface de.espirit.firstspirit.access.store.globalstore.GCAPage
Tests if this page is translated for the given language.
isTranslated(Language) - Method in interface de.espirit.firstspirit.access.store.pagestore.Page
Tests if this page is translated for the given language.
isType(int) - Method in interface de.espirit.firstspirit.access.ReferenceEntry
Returns true if this element is of the given type.
isTypeOf(IDProvider) - Method in enum de.espirit.firstspirit.access.editor.value.BinaryMedium.Type
 
isUpdate() - Method in interface de.espirit.firstspirit.access.packagepool.PackageVersion
Indicates whether this package version is an update version or not.
isUpperCase() - Method in enum de.espirit.or.CaseMode
 
isUptoDate() - Method in interface de.espirit.firstspirit.access.packagepool.Subscription
Returns true if the Package subscribed by this Subscription has 'no' newer PackageVersion as the last imported PackageVersion in the subscriber-project of this Subscription
isUserAllowed(User) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowPermission
 
isUserAllowed(User) - Method in interface de.espirit.firstspirit.access.store.templatestore.WorkflowTransitionPermission
 
isUseWebeditForPreview() - Method in interface de.espirit.firstspirit.access.project.TemplateSet
 
isValid() - Method in interface de.espirit.firstspirit.access.editor.EditorValue
Indicates, whether the editor has a valid setting wrt. its GOM.
isValid() - Method in interface de.espirit.firstspirit.access.store.Data
Indicates, whether the data values are valid wrt. its GOM, e.g., if all mandatory values are set.
isValid(T) - Method in interface de.espirit.or.schema.Attribute
Check if value can be assigned to this attribute by using the assigned validator Attribute.setValidator(de.espirit.or.schema.Validator).
isValid() - Method in interface de.espirit.or.schema.Entity
Return true if this entity is valid else false.
isValid(Entity) - Method in interface de.espirit.or.schema.EntityType
 
isValidNodeType(StoreElement) - Method in interface de.espirit.firstspirit.access.packagepool.ContentPackage
 
isValidNodeType(StoreElement) - Method in interface de.espirit.firstspirit.access.packagepool.Package
 
isValidNodeType(StoreElement) - Method in interface de.espirit.firstspirit.access.packagepool.TemplatePackage
 
isVisible() - Method in interface de.espirit.firstspirit.access.store.sitestore.FolderLangSpec
State if this menu should be shown at the FrontEnd
isVisible() - Method in interface de.espirit.firstspirit.access.store.templatestore.FormatTemplate
 
isVisible() - Method in class de.espirit.firstspirit.access.store.templatestore.TableTemplate.Mapping
 
isVisible() - Method in interface de.espirit.or.schema.Attribute
Return true if this attribute is visible in the schema editor.
isWebedit() - Method in interface de.espirit.firstspirit.access.store.templatestore.Workflow
Returns true if this workflow is an webedit workflow, false otherwise.
isWebedit() - Method in interface de.espirit.firstspirit.base.store.PreviewUrl
Flag if webedit content should be rendered.
isWorkflowAllowed(Workflow, User) - Method in interface de.espirit.firstspirit.access.store.StoreElement
 
isWorkflowSupported() - Method in interface de.espirit.firstspirit.access.store.StoreElement
 
isZoomFactorAdjustable() - Method in interface de.espirit.firstspirit.access.project.InlinePreviewConstraints
Returns true if the browsers zoom factor is adjustable by user, false otherwise.
Item - Class in de.espirit.firstspirit.access.store.templatestore.gom
Abstract supertype for item providing containers.
Item(String) - Constructor for class de.espirit.firstspirit.access.store.templatestore.gom.Item
 
iterator() - Method in interface de.espirit.firstspirit.access.store.Data
Iterates over available DataValue's.
iterator() - Method in class de.espirit.firstspirit.access.store.sitestore.ContentMultiPageParams.ContentPageParams
 
iterator() - Method in class de.espirit.firstspirit.access.store.sitestore.ContentMultiPageParams
 

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
Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480