Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
CheckedException.getContext() |
String |
CheckedException.getErrorCode() |
String |
CheckedException.getLocalizedMessage(ResourceBundle bundle) |
Class<T> |
TypedFilter.getType()
Get the filter type.
|
Modifier and Type | Method and Description |
---|---|
static <T> TypedFilter<T> |
TypedFilter.create(Class<T> type)
Creates and returns a class based type filter with no additional
conditions.
|
static <T> TypedFilter<T> |
TypedFilter.create(Class<T> type,
Filter<? super T> filter)
Creates and returns a class based type filter based on given
filter instance. |
static <T> TypedFilter<T> |
TypedFilter.create(Class<T> type,
Filter<? super T> filter)
Creates and returns a class based type filter based on given
filter instance. |
static <T> TypedFilter<T> |
TypedFilter.createExcludeFilter(Class<T> type,
Class<? extends T>... excludes)
Creates and returns a class based type filter with an additional exclude filtering of the specified sub classes.
|
static <T> TypedFilter<T> |
TypedFilter.createIncludeFilter(Class<T> type,
Class<? extends T>... includes)
Creates and returns a class based type filter with an additional include filtering of the specified sub classes.
|
Constructor and Description |
---|
TypedFilter(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
static <T> Filter<T> |
Filter.Util.acceptAll() |
static <T> Filter<T> |
Filter.Util.acceptNothing() |
static <T> Filter<T> |
Filter.Util.and(Collection<Filter<T>> f) |
static <T> Filter<T> |
Filter.Util.and(Filter<T>... f) |
static <T,C extends Collection<T>> |
Filter.Util.doFilter(Collection<T> source,
Filter<T> filter,
C target)
Copies all matching entries of collection source to collection target.
|
static <T> Filter<T> |
Filter.Util.equal(T value) |
Class<T> |
Filter.TypedFilter.getType()
Get the element type of this instance, all filtered instances are of this type.
|
static <T> Filter<T> |
Filter.Util.implies(Filter<T> condition,
Filter<T> implication)
a implies b is equivalent to not(a) or b.
|
static <T> Filter<T> |
Filter.Util.not(Filter<T> f) |
static <T> Filter<T> |
Filter.Util.notNull() |
static <T> Filter<T> |
Filter.Util.or(Collection<Filter<T>> f) |
static <T> Filter<T> |
Filter.Util.or(Filter<T>... f) |
List<T> |
Listable.toList()
Creates a new, mutable list containing all elements.
|
Modifier and Type | Method and Description |
---|---|
static <T> Filter<T> |
Filter.Util.and(Collection<Filter<T>> f) |
static <T,C extends Collection<T>> |
Filter.Util.doFilter(Collection<T> source,
Filter<T> filter,
C target)
Copies all matching entries of collection source to collection target.
|
static <T,C extends Collection<T>> |
Filter.Util.doFilter(Collection<T> source,
Filter<T> filter,
C target)
Copies all matching entries of collection source to collection target.
|
static <T,C extends Collection<T>> |
Filter.Util.doFilter(Collection<T> source,
Filter<T> filter,
C target)
Copies all matching entries of collection source to collection target.
|
static <T> Filter<T> |
Filter.Util.implies(Filter<T> condition,
Filter<T> implication)
a implies b is equivalent to not(a) or b.
|
static <T> Filter<T> |
Filter.Util.implies(Filter<T> condition,
Filter<T> implication)
a implies b is equivalent to not(a) or b.
|
static <T> Filter<T> |
Filter.Util.not(Filter<T> f) |
static <T> Filter<T> |
Filter.Util.or(Collection<Filter<T>> f) |
Modifier and Type | Field and Description |
---|---|
String |
MailHeader.recipients
A semicolon-separated list of recipients.
|
Modifier and Type | Method and Description |
---|---|
static de.espirit.firstspirit.client.io.ServerCaller<?> |
ConnectionManager.createCaller(String host,
int port,
int mode,
String servletZone) |
WorkflowScriptContext |
WorkflowContext.createWorkflowScriptContext(Script script,
Transition transition,
Activity activity,
TaskState.Mode callMode,
Data data)
Create script context for executing a script.
|
AdminService |
Connection.getAdminService()
Deprecated.
since 4.2.34 - use
getService(AdminService.class) instead. |
SpecialistsBroker |
Connection.getBroker()
Returns broker without project binding.
|
ClassLoader |
Connection.getClassLoader()
Returns a class loader which can load classes from the server and from module libraries.
|
List<Principal> |
TransitionParameters.getEditors()
Get task editors.
|
EditorService |
Connection.getEditorService()
Deprecated.
since 4.2.34 - use
getService(EditorService.class) instead. |
Task.ErrorCode |
Task.VerifyError.getErrorCode()
Returns the
error code . |
static Language |
AccessUtil.getLanguageForKeyNotNull(Project project,
String languageKey) |
Page |
GenerationContext.getLanguageSpecificPage(Page page) |
MailService |
Connection.getMailService()
Deprecated.
since 4.2.34 - use
getService(MailService.class) instead. |
MessageService |
Connection.getMessageService()
Deprecated.
since 4.2.34 - use
getService(MessageService.class) instead. |
PageParams |
GenerationContext.getPageParams()
Get the page params of the page which is generated.
|
Task.Priority |
TransitionParameters.getPriority()
Get task priority.
|
SearchService |
Connection.getSearchService()
Deprecated.
since 4.2.34 - use
getService(SearchService.class) instead. |
<T> T |
ServicesBroker.getService(Class<T> serviceClass)
Returns a service instance as requested by a given class.
|
Object |
Connection.getService(String serviceName)
Returns a service instance for the given name.
|
Date |
GenerationContext.getStartTime()
Start time of generate process.
|
Store |
UserService.getStore(Store.Type storeType,
boolean release)
|
Store |
UserService.getStore(Store.Type storeType,
boolean forceRefresh,
boolean release) |
String |
DuplicateReferenceNameException.getSuggestion()
Returns the suggestion for the uid which was unique at the time calculated on the server.
|
Task |
WorkflowContext.getTask()
Get the task.
|
ConversionTable |
ServerConfiguration.getUidConversionTable()
Get conversion table used for creating UIDs suggestions from display names.
|
UrlCreator |
UrlCreatorProvider.getUrlCreator()
Get the current url creator.
|
UrlCreatorProvider |
UrlCreatorProvider.getUrlCreatorProvider(RemoteProjectConfiguration config) |
UserService |
UrlCreatorProvider.getUserService() |
WebstartConfiguration |
ServerConfiguration.getWebstartConfiguration(String name)
Returns the webstart configuration specified by the given name
|
Modifier and Type | Method and Description |
---|---|
State |
Task.doTransition(WorkflowContext context,
Transition transition)
Perform transition execution on this task.
|
State |
Task.doTransition(WorkflowContext context,
Transition transition)
Perform transition execution on this task.
|
String |
ServerConfiguration.getActiveWebserverConfiguration(String webAppName) |
Page |
GenerationContext.getLanguageSpecificPage(Page page) |
String |
ServerConfiguration.getSelectedWebserverConfiguration(String webAppName) |
Store |
UserService.getStore(Store.Type storeType,
boolean release)
|
Store |
UserService.getStore(Store.Type storeType,
boolean forceRefresh,
boolean release) |
UrlCreatorProvider |
UrlCreatorProvider.getUrlCreatorProvider(RemoteProjectConfiguration config) |
WebstartConfiguration |
ServerConfiguration.getWebstartConfiguration(String name)
Returns the webstart configuration specified by the given name
|
void |
Task.gotoErrorState(WorkflowContext context,
Activity activity,
String comment,
Throwable throwable)
Goto model error state.
|
void |
GenerationContext.mediaReferenced(Media media,
Language language,
Resolution resolution) |
static ServerActionHandle<? extends RestoreProgress,Boolean> |
AccessUtil.restore(IDProvider newParent,
ElementInfo elementInfo,
boolean restoreParentIfNecessary,
boolean ignoreMissingReferencedObjects,
boolean checkOnlyMode)
Starts a restore action on the server, which restores the deleted element specified by the given
elementInfo |
static ServerActionHandle<? extends RestoreProgress,Boolean> |
AccessUtil.restore(IDProvider newParent,
ElementInfo elementInfo,
boolean restoreParentIfNecessary,
boolean ignoreMissingReferencedObjects,
boolean checkOnlyMode)
Starts a restore action on the server, which restores the deleted element specified by the given
elementInfo |
void |
MessageService.sendMessage(String message)
Sends the given message to all users logged in on the server.
|
void |
MessageService.sendMessage(String message,
Group recipientGroup)
Sends the given message to the users contained in the given usergroup.
|
void |
MessageService.sendMessage(String message,
Group recipientGroup)
Sends the given message to the users contained in the given usergroup.
|
void |
MessageService.sendMessage(String message,
List<User> recipients)
Sends the given message to the users specified by the given recipients list.
|
void |
MessageService.sendMessage(String message,
List<User> recipients)
Sends the given message to the users specified by the given recipients list.
|
void |
ServerConfiguration.setActiveWebserverConfiguration(String webAppName,
String selectedWebserver) |
void |
ServerConfiguration.setActiveWebserverConfiguration(String webAppName,
String selectedWebserver) |
void |
ServerConfiguration.setSelectedWebserverConfiguration(String webAppName,
String selectedWebserver) |
void |
ServerConfiguration.setSelectedWebserverConfiguration(String webAppName,
String selectedWebserver) |
void |
ServerConfiguration.setUidConversionTable(ConversionTable table)
Set conversion table used for creating UIDs suggestions from display names.
|
void |
ServerConfiguration.setWebstartConfiguration(String name,
WebstartConfiguration config) |
void |
ServerConfiguration.setWebstartConfiguration(String name,
WebstartConfiguration config) |
Constructor and Description |
---|
DuplicateReferenceNameException(String message,
String oldUid,
String suggestion,
String attribute,
long nodeId) |
DuplicateReferenceNameException(String message,
String oldUid,
String suggestion,
String attribute,
long nodeId) |
DuplicateReferenceNameException(String message,
String oldUid,
String suggestion,
String attribute,
long nodeId) |
MailHeader(String recipients) |
Modifier and Type | Method and Description |
---|---|
Project |
ProjectStorage.createProject(String name,
String description)
Create a new Project.
|
String |
WebstartConfiguration.getConnectionMode()
Returns the connection mode of this webstart configuration.
|
String |
WebstartConfiguration.getHost() |
String |
WebstartConfiguration.getParameters() |
List<User> |
UserStorage.getUsersByID(Long[] ids)
Returns users with the given ids.
|
WebstartConfiguration |
JavaClientQuickstart.getWebstartConfiguration() |
Modifier and Type | Method and Description |
---|---|
ScriptEngine |
ScriptEngineRegistry.getScriptEngine(String engineName) |
ScriptEngine |
ScriptEngineRegistry.getScriptEngineForSource(String scriptSource)
Tries to parse the script source to determine the script engine type.
|
void |
JavaClientQuickstart.setWebstartConfiguration(WebstartConfiguration config) |
Modifier and Type | Method and Description |
---|---|
List<Reference> |
EditorValue.findReferences()
Finds references within this editor and returns them as a list.
|
SectionList |
ContentAreaListValue.get(Language language)
Deprecated.
Get the value object in the specified language.
|
FormDataList |
FsListEditorValue.get(Language language)
Get the value object in the specified language.
|
GraphicalMedium |
PictureEditorValue.get(Language language)
Deprecated.
Get the value object in the specified language.
|
List<LinkTemplate> |
DomEditorValue.getAllowedLinkTemplates()
Get a list of allowed link types.
|
List<LinkTemplate> |
DomTableEditorValue.getAllowedLinkTemplates()
Get a list of allowed link types.
|
List<LinkTemplate> |
LinkEditorValue.getAllowedLinkTemplates()
Get a list of allowed link types.
|
List<LinkTemplate> |
LinkListEditorValue.getAllowedLinkTemplates()
Deprecated.
Get a list of allowed link types.
|
Iterable<SectionTemplate> |
ContentAreaListValue.getAllowedSectionTemplates()
Deprecated.
Returns an unmodifiable iterable of allowed
section templates
which could be used to create new sections. |
Content2 |
DatasetEditorValue.getDefaultContentNode()
Returns the default table template: The first valid content node configured in
the form . |
List<? extends Match> |
EditorValue.getMatches(Language language,
Request request)
Find matches for the given request.
|
Class<T> |
EditorValue.getValueType()
Get the type of value the editor takes.
|
Modifier and Type | Method and Description |
---|---|
IdProvidingFormData |
ContentFormsProducer.create()
Creates a new form data on the table template defined in the form definition.
|
IdProvidingFormData |
LinkFormsProducer.create(LinkTemplate template)
Deprecated.
|
IdProvidingFormData |
LinkFormsProducer.create(LinkTemplate template,
Language language)
Creates a new form-data container based on the given link template and language.
|
IdProvidingFormData |
SectionFormsProducer.create(SectionTemplate template)
Creates a new form-data container based on the specified section template.
|
Collection<LinkTemplate> |
LinkFormsProducer.getAllowedTemplates()
Returns an unmodifiable collection of allowed
link templates . |
Collection<SectionTemplate> |
SectionFormsProducer.getAllowedTemplates()
Returns an unmodifiable collection of allowed
section templates . |
Priority |
Permissions.getPriority() |
ListDomNode.Style |
ListDomNode.getStyle()
Returns the list style of this list dom node.
|
Modifier and Type | Method and Description |
---|---|
DomNode |
DefaultDomNode.appendChild(FormatTemplate formatTemplate)
Creates and appends a child at the end of the child list.
|
LinkDomNode |
DefaultDomNode.appendChild(Link link)
Creates and appends a link node.
|
TextDomNode |
DefaultDomNode.appendChild(String text)
Creates and appends a text node.
|
TableDomNode |
DefaultDomNode.appendChild(TableFormatTemplate tableFormat)
Creates and appends an (inline) table node.
|
IdProvidingFormData |
LinkFormsProducer.create(LinkTemplate template)
Deprecated.
|
IdProvidingFormData |
LinkFormsProducer.create(LinkTemplate template,
Language language)
Creates a new form-data container based on the given link template and language.
|
IdProvidingFormData |
LinkFormsProducer.create(LinkTemplate template,
Language language)
Creates a new form-data container based on the given link template and language.
|
IdProvidingFormData |
SectionFormsProducer.create(SectionTemplate template)
Creates a new form-data container based on the specified section template.
|
boolean |
Option.ignore(Language language)
Indicates whether this
Option should be ignored and therefore hidden in the gui
for the provided language. |
Section<?> |
TargetReference.loadSection(Page page,
String sectionName)
Load a section of the given referenced page identified by its section name.
|
void |
DomNode.removeChild(DomNode child)
Removes a child of the child list.
|
DomNode |
DomNode.replaceChild(DomNode child,
String text)
Replace a child with a new one at the same position the child list.
|
void |
ListDomNode.setStyle(ListDomNode.Style style)
Provide the list style of this list dom node.
|
Constructor and Description |
---|
ImportParameters(ExportFile exportFile,
ProjectInfo projectInfo,
String projectName,
String projectDescription,
Map<String,String> layerMapping,
Map<Long,Long> scheduleTaskTemplateMapping) |
ImportParameters(ExportFile exportFile,
ProjectInfo projectInfo,
String projectName,
String projectDescription,
Map<String,String> layerMapping,
Map<Long,Long> scheduleTaskTemplateMapping) |
ImportParameters(ExportFile exportFile,
ProjectInfo projectInfo,
String projectName,
String projectDescription,
Map<String,String> layerMapping,
Map<Long,Long> scheduleTaskTemplateMapping,
Map<Long,String> layerIDMapping) |
ImportParameters(ExportFile exportFile,
ProjectInfo projectInfo,
String projectName,
String projectDescription,
Map<String,String> layerMapping,
Map<Long,Long> scheduleTaskTemplateMapping,
Map<Long,String> layerIDMapping) |
Modifier and Type | Method and Description |
---|---|
Data |
Link.getData()
Deprecated.
since 4.2.440 - use
Link.getFormData() instead |
FormData |
Link.getFormData()
Gets the
formdata container for this link. |
Modifier and Type | Method and Description |
---|---|
void |
Link.setData(Data data)
Deprecated.
since 4.2.440 - use
Link.setFormData(de.espirit.firstspirit.forms.FormData) instead |
void |
Link.setFormData(FormData formData)
Sets the given
formdata container for this link. |
Modifier and Type | Method and Description |
---|---|
Tag |
Project.createTag(Revision revision,
String tag,
String comment,
Map<String,String> properties)
Create a tag for a existing revision.
|
Tag |
Project.createTag(String tag,
String comment,
Map<String,String> properties)
Create a tagged revision.
|
Revision |
Project.createTaggedRevision(String tag,
String comment)
Deprecated.
since 4.2.400 - use
Project.createTag(String,String,java.util.Map) |
MetadataDescription.MetadataType |
MetadataDescription.getAssociatedType()
Gets the associated type for this MetadataDescription.
|
Revision |
Project.getFirstCompleteRevision()
Returns the first revision up to that the history is complete (i.e. has not been archived).
|
List<Group> |
Project.getGroups()
Returns a list of all
groups of this project. |
List<Group> |
Project.getGroups(User user)
|
InlinePreviewConstraints |
Project.getInlinePreviewConstraints()
Get the
media constraints settings of this project. |
MediaConstraints |
Project.getMediaConstraints()
Get the
media constraints settings of this
project. |
List<RemoteProjectConfiguration> |
Project.getRemoteProjectConfigurations()
Return the list of existing remote project configurations for this project.
|
List<RemoteProjectConfiguration> |
Project.getRemoteProjectConfigurations(Filter<RemoteProjectConfiguration> filter)
Returns the list of remote project configurations for this project that pass the given filter.
|
Revision |
Project.getRevision(Date revisionDate)
Returns the latest revision with a
creation time less or equal to the time of the given revisionDate |
Revision |
Project.getRevision(long revisionId)
Returns the revision with the specified revision id.
|
Iterable<Pair<String,Revision>> |
Project.getTaggedRevisions()
Deprecated.
since 4.2.400 - use
Project.getTags(Revision,int) |
List<Tag> |
Project.getTags(Revision revision,
int maxRevisionCount)
Returns list of tags descending in revision order.
|
List<Tag> |
Project.getTags(Tag tag,
int maxTagCount)
Return list of tags descending in tag creation time (or tag id) order.
|
List<TemplateSet> |
Project.getTemplateSets()
Get all
TemplateSet s of this project. |
Class<? extends IDProvider> |
MetadataDescription.MetadataType.getType()
Returns the associated IDProvider type for this MetadataType.
|
UserService |
Project.getUserService()
Creates an
UserService for this project, or returns a cached instance. |
UserService |
Project.getUserService(Date time)
Returns a readonly userservice with frozen store data at the specified point in time.
|
UserService |
Project.getUserService(long revisionId)
Returns a read-only historic view, the provided revision id determines the point in time.
|
UserService |
Project.getUserService(Revision revision)
Returns a readonly userservice with frozen store data at the specified revision.
|
PageFolder |
Project.getWebeditSystemFolder()
Returns the pagefolder that should be used as webedit system folder.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Project.createTag(Revision revision,
String tag,
String comment,
Map<String,String> properties)
Create a tag for a existing revision.
|
Tag |
Project.createTag(Revision revision,
String tag,
String comment,
Map<String,String> properties)
Create a tag for a existing revision.
|
Tag |
Project.createTag(String tag,
String comment,
Map<String,String> properties)
Create a tagged revision.
|
Revision |
Project.createTaggedRevision(String tag,
String comment)
Deprecated.
since 4.2.400 - use
Project.createTag(String,String,java.util.Map) |
void |
Project.deleteCustomProperties(String name)
Delete user defined project properties.
|
static MetadataDescription.MetadataType |
MetadataDescription.MetadataType.fromType(Class<? extends IDProvider> type)
Returns the related MetadataType for the specified IDProvider type, or null.
|
Map<String,String> |
Project.getCustomProperties(String name)
Returns map of user defined properties.
|
String |
MetadataDescription.getDisplayName(Language language)
Gets display name for the given language.
|
Object |
Project.getProperty(String name)
Returns project property with the given
name or null if not found. |
List<Revision> |
Project.getRevisions(Revision from,
Revision to,
int maxCount,
Filter<Revision> filter)
Returns a list of revisions in descending order.
|
List<Revision> |
Project.getRevisions(Revision from,
Revision to,
int maxCount,
Filter<Revision> filter)
Returns a list of revisions in descending order.
|
UserService |
Project.getUserService(Date time)
Returns a readonly userservice with frozen store data at the specified point in time.
|
UserService |
Project.getUserService(Revision revision)
Returns a readonly userservice with frozen store data at the specified revision.
|
void |
Project.removeProperty(String name)
Removes the project property with the given
name . |
void |
Project.setCustomProperties(String name,
Map<String,String> properties)
Set user defined project properties.
|
void |
MetadataDescription.setDisplayName(Language language,
String displayName)
Sets the display name for the given language
|
void |
MetadataDescription.setDisplayName(Language language,
String displayName)
Sets the display name for the given language
|
void |
Project.setInlinePreviewConstraints(InlinePreviewConstraints value)
Set the
inline preview settings of this project. |
void |
RemoteProjectConfiguration.setLoginUser(User user,
String loginPassword)
Sets the user and password which should be used for the remote project connection.
|
void |
RemoteProjectConfiguration.setLoginUser(User user,
String loginPassword)
Sets the user and password which should be used for the remote project connection.
|
void |
Project.setMediaConstraints(MediaConstraints value)
Set the
media constraints settings of this project. |
void |
Project.setName(String name)
Sets the name of the project
|
void |
Project.setProperty(String name,
Object value)
Sets the project property
name to the given value . |
void |
Project.setProperty(String name,
Object value)
Sets the project property
name to the given value . |
Modifier and Type | Method and Description |
---|---|
List<String> |
ScheduleTask.checkParams()
Returns an empty list, if all params are ok, or a list with complaints, each prefixed with
ScheduleTask.getName() . |
ScheduleEntry |
ScheduleStorage.copyScheduleEntry(ScheduleEntry scheduleEntry,
Project project)
Copies the given
scheduleEntry to another project. |
<T extends ScheduleTask> |
ScheduleEntry.copyTask(T value)
Copy's the given task.
|
ScheduleEntry |
ScheduleStorage.createScheduleEntry(String name) |
ScheduleTaskTemplate |
ScheduleStorage.createScheduleTaskTemplate()
the created
ScheduleTaskTemplate |
ScheduleTask |
ScheduleEntry.createTask(ScheduleTaskTemplate template)
Creates a
ScheduleTask which uses all properties of the given ScheduleTaskTemplate . |
InputStream |
ScheduleStorage.getDefaultMailText()
Returns the default mail text used for
MailTask |
String |
WebServerConfiguration.getDirectory1()
Deprecated.
since 5.0 - no replacement
|
String |
WebServerConfiguration.getDirectory2()
Deprecated.
since 5.0 - no replacement
|
String |
FtpTarget.FtpServerType.getDisplayName()
Returns the display name of this ftp server type.
|
ExecutionSchedule |
ScheduleEntry.getExecutionSchedule()
Returns the
ExecutionSchedule of this ScheduleEntry . |
String |
ScheduleEntry.getFolderName()
the folder name where pages should be generated in
if folder name is null or length zero, the schedule entry id will be used on task execution |
List<Group> |
ScheduleEntry.getGroups()
a
List of type Group containing all groups allowed to execute this ScheduleEntry interactive. |
List<ScheduleEntryControl> |
ScheduleStorage.getHistory(Date from,
Date until,
int maxCount,
boolean includeProjectEntries)
Get the execution history of server schedule entries.
|
List<ScheduleEntryControl> |
ScheduleStorage.getHistory(Date from,
Date until,
int maxCount,
Project project)
Get the execution history of schedule entries of the given project.
|
String |
FtpTarget.FtpServerType.getId()
Returns either the system key or a fully qualified class name.
|
String |
ScheduleEntry.getName()
Returns the name of this
ScheduleEntry . |
String |
ScheduleTask.getName()
Returns the name of this task.
|
ScheduleEntry.ParallelExecutionMode |
ScheduleEntry.getParallelExecutionMode()
the
ParallelExecutionMode of this entry. |
List<Map.Entry<String,String>> |
ScriptTask.getParameters()
A set of paramaters set for this
ScriptTask |
List<ScheduleEntry> |
ScheduleStorage.getQueuedEntries()
Returns the list schedule entries that would be executed in the future.
|
RemoteTaskType |
ScheduleTask.getRemoteTaskType()
Returns the type of remote task - if the task is executed remote a valid cluster node is choosen according to this type.
|
List<ScheduleEntryControl> |
ScheduleStorage.getRunningEntries()
Returns the list of running schedule entries.
|
List<ScheduleEntry> |
ScheduleStorage.getScheduleEntries(boolean includeProjectEntries) |
List<ScheduleEntry> |
ScheduleStorage.getScheduleEntries(Project project) |
ScheduleEntry |
ScheduleStorage.getScheduleEntry(long id)
Returns the schedule entry specified by the given id.
|
List<ScheduleTaskTemplate> |
ScheduleStorage.getScheduleTaskTemplates(Project project) |
List<IDProvider> |
GenerateTask.getStartNodes()
Returns a modifyable list of start nodes for a
partial generate. |
DeployTask.Type |
DeployTask.getType()
The
used for deployment |
GenerateTask.Type |
GenerateTask.getType()
The generation
used for this GenerateTask |
WebServerConfiguration.Type |
WebServerConfiguration.getType()
Deprecated.
since 5.0 - no replacement
|
UrlCreatorSpecification |
GenerateTask.getUrlCreatorSpecification()
Get the url creator setting.
|
List<ScheduleEntry> |
ScheduleTaskTemplate.getUsages()
a list of schedule entries which contains task that use this template
|
List<User> |
ScheduleEntry.getUsers()
a
List of type User containing all users allowed to execute this ScheduleEntry interactive. |
UserService |
ScheduleContext.getUserService()
the user service for the project of executed schedule entry
|
List<Map.Entry<String,String>> |
GenerateTask.getVariables()
A set of variables set for this
GenerateTask |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleContext.addCloseable(Closeable closeable)
To register closeable instances which should be
closed when the
schedule terminates. |
void |
ScheduleEntry.addGroup(Group group) |
void |
ScheduleEntry.addUser(User user) |
ScheduleEntry |
ScheduleStorage.copyScheduleEntry(ScheduleEntry scheduleEntry,
Project project)
Copies the given
scheduleEntry to another project. |
<T extends ScheduleTask> |
ScheduleEntry.copyTask(T value)
Copy's the given task.
|
<T extends DeployTarget> |
DeployTask.createTarget(Class<T> type)
Create a target.
|
ScheduleTask |
ScheduleEntry.createTask(ScheduleTaskTemplate template)
Creates a
ScheduleTask which uses all properties of the given ScheduleTaskTemplate . |
WebServerConfiguration |
DeployTarget.createWebServerConfiguration(WebServerConfiguration.Type type)
Deprecated.
since 5.0 - no replacement
|
static FtpTarget.FtpServerType |
FtpTarget.FtpServerType.forId(String id)
Returns the ftp server type object matching to the given id or
null if there is no type matching. |
List<ScheduleEntryControl> |
ScheduleStorage.getHistory(Date from,
Date until,
int maxCount,
Project project)
Get the execution history of schedule entries of the given project.
|
List<ScheduleEntry> |
ScheduleStorage.getScheduleEntries(Project project) |
ScheduleEntry |
ScheduleStorage.getScheduleEntry(Project project,
String name)
Returns the specified entry or
null if it couldn't be found. |
void |
ScheduleEntry.removeGroup(Group group) |
void |
ScriptTask.removeParameter(String name) |
void |
ScheduleEntry.removeUser(User user) |
void |
GenerateTask.removeVariable(String name) |
void |
WebServerConfiguration.setDirectory1(String value)
Deprecated.
since 5.0 - no replacement
|
void |
WebServerConfiguration.setDirectory2(String value)
Deprecated.
since 5.0 - no replacement
|
void |
ScheduleEntry.setFolderName(String value) |
void |
ScheduleEntry.setName(String value)
Provide the name of this
ScheduleEntry . |
void |
ScheduleTask.setName(String value)
Provide the name of this task.
|
void |
ScheduleEntry.setParallelExecutionMode(ScheduleEntry.ParallelExecutionMode mode)
Changes the
ParallelExecutionMode to the given mode. |
void |
ScriptTask.setParameter(String name,
String value) |
void |
ScheduleContext.setStartTime(Date value)
Set the start time, e.g. to generate an old version of the project.
|
void |
DeployTask.setTarget(DeployTarget target)
Set the deployment target (e.g.
|
void |
DeployTask.setType(DeployTask.Type type)
Provide the
used for deployment |
void |
GenerateTask.setType(GenerateTask.Type type)
Provide the
used for this GenerateTask . |
void |
WebServerConfiguration.setType(WebServerConfiguration.Type type)
Deprecated.
since 5.0 - no replacement
|
void |
GenerateTask.setUrlCreatorSpecification(UrlCreatorSpecification value)
Set the url creator specifiaction.
|
void |
GenerateTask.setVariable(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
List<String> |
SearchService.getSuggestions(Long projectId,
String word,
Language language)
Suggest indexed words matching the given one.
|
Modifier and Type | Method and Description |
---|---|
Set<de.espirit.firstspirit.storage.Contrast> |
IDProvider.contrastWith(IDProvider reference)
Contrast the element with another one.
|
static EnumSet<IDProvider.UidType> |
IDProvider.UidType.forStoreType(Store.Type storeType)
Fetch all the uid types for a given store type.
|
List<Principal> |
StoreElement.getDefinedPrincipalPermissions()
Returns a list of
Principal's for which
permissions are defined at this storeelement. |
List<DeletedElementsInfo> |
Store.getDeletedChildren()
Returns a list of deleted children described by the containing
ElementInfo objects. |
List<DeletedElementsInfo> |
Store.getDeletedChildren(long startRevisionId,
int resultCount)
Returns a list of deleted children described by the containing
ElementInfo objects. |
List<DeletedElementsInfo> |
Store.getDeletedChilds()
Deprecated.
since 5.0.100 - use
Store.getDeletedChildren() instead |
List<DeletedElementsInfo> |
Store.getDeletedChilds(long startRevisionId,
int resultCount)
Deprecated.
since 5.0.100 - use
Store.getDeletedChildren(long, int) instead |
String |
IDProvider.getDisplayName(Language language)
Return the display name (label) for the specified language - if no language specific label is defined for this
language the value for the master language is returned.
|
String |
ContentProducer.getFilename()
Get a file or link name for this content producer; without path information and extension, e.g.
|
ReferenceEntry[] |
StoreElement.getIncomingReferences()
Returns all incoming references of this
StoreElement . |
List<Principal> |
StoreElement.getInheritedPrincipalPermissions()
Returns a list of
Principal's for which
permissions are defined at this storelement including the inherited permissions on parent path. |
String |
StoreElement.getName() |
ReferenceEntry[] |
StoreElement.getOutgoingReferences()
Returns all outgoing references of this
StoreElement . |
PageParams |
MultiPageParams.getPageParams(Map<String,?> params)
If the provided map contains the parameter "index" which is a number or a string wich can be converted to a
number the PageParams with the corresponding index is returned.
|
String |
PageParams.getPageSuffix() |
String |
PageParams.getPreviewSuffix() |
EnumMap<ReleaseProgress.ProblemType,Set<Long>> |
ReleaseProgress.getProblematicElements()
Returns a map containing all elements which would cause problem during release.
|
Store |
StoreElement.getStore() |
Store.Type |
IDProvider.UidType.getStoreType() |
de.espirit.storage.Type |
IDProvider.UidType.getType() |
Class<StoreElement> |
StoreElementFilter.getType()
Get the filter type.
|
String |
IDProvider.getUid()
Returns the unique identifier of this
IDProvider if it has a unique identifier
otherwise throws an UnsupportedOperationException ! |
IDProvider.UidType |
IDProvider.getUidType()
Returns the unique identifier type of this
IDProvider if it has a unique identifier
otherwise throws an UnsupportedOperationException ! |
String |
Data.toXml()
Get the XML-structure of the current Data-object
|
Modifier and Type | Method and Description |
---|---|
void |
StoreElement.appendChildBefore(StoreElement child,
StoreElement nextsibling)
Deprecated.
since 4.2.204 - use
IDProvider#moveChild(child, nextsibling) |
void |
ContentProducer.createContent(GenerationContext gc,
PageParams params) |
void |
ContentProducer.createContent(GenerationContext gc,
PageParams params) |
static <T> Filter.TypedFilter<T> |
StoreElementFilter.createIncludeFilter(Class<T> type,
Class<? extends T>... includes)
Creates and returns a class based type filter with an additional include filtering of the specified sub classes.
|
<T extends StoreElement> |
StoreElement.getChildren(Class<T> type)
Get the element's direct children that are instances of the given type.
|
<T extends StoreElement> |
StoreElement.getChildren(Class<T> type,
boolean recurse)
Get the element's children that are instances of the given type.
|
<T extends StoreElement> |
StoreElement.getChildren(Filter.TypedFilter<T> filter,
boolean recurse)
Get the element's children passing the given typed filter.
|
String |
ContentProducer.getExtension(TemplateSet templateSet)
Get the file / url extension for this content producer, e.g.
|
IDProvider |
IDProvider.getInRevision(Revision revision)
Get this element in the state of the given revision.
|
LanguageInfo |
IDProvider.getLanguageInfo(Language language)
Returns the
LanguageInfo node for the given language |
MultiPageParams |
Data.getMultiPageParams(Language language)
Deprecated.
Since 5.0.104, no replacement.
|
MultiPageParams |
MultiPageParamsProvider.getMultiPageParams(Language language) |
MultiPageParams |
ContentProducer.getMultiPageParams(Language language,
TemplateSet templateSet) |
MultiPageParams |
ContentProducer.getMultiPageParams(Language language,
TemplateSet templateSet) |
String |
ContentProducer.getStoredUrl(Language language,
TemplateSet templateSet,
Object multiPageObject)
Get the stored URL for this node and the provided combination of language, template set, and (optionally) entity.
|
String |
ContentProducer.getStoredUrl(Language language,
TemplateSet templateSet,
Object multiPageObject)
Get the stored URL for this node and the provided combination of language, template set, and (optionally) entity.
|
IDProvider |
Store.getStoreElement(String uid,
IDProvider.UidType uidType)
Get an element of this store by it's unique identifier and unique type or
null if no child exists with the given parameter. |
IDProvider |
Store.getStoreElement(String uid,
IDProvider.UidType uidType)
Get an element of this store by it's unique identifier and unique type or
null if no child exists with the given parameter. |
IDProvider |
Store.getStoreElement(String attributeName,
String attributeValue)
Get a child of this store by the value of a attribute or
null if no child exists with the given parameter |
IDProvider |
Store.getStoreElement(String attributeName,
String attributeValue)
Get a child of this store by the value of a attribute or
null if no child exists with the given parameter |
String |
ContentProducer.getUrl(UrlCreatorProvider urlCreatorProvider,
Language lang,
TemplateSet templateSet,
PageParams pageParams,
int mode)
Create an url for this node using the specified
urlCreatorProvider ,
language , template set , and pageParams (sub page). |
String |
ContentProducer.getUrl(UrlCreatorProvider urlCreatorProvider,
Language lang,
TemplateSet templateSet,
PageParams pageParams,
int mode)
Create an url for this node using the specified
urlCreatorProvider ,
language , template set , and pageParams (sub page). |
String |
ContentProducer.getUrl(UrlCreatorProvider urlCreatorProvider,
Language lang,
TemplateSet templateSet,
PageParams pageParams,
int mode)
Create an url for this node using the specified
urlCreatorProvider ,
language , template set , and pageParams (sub page). |
String |
ContentProducer.getUrl(UrlCreatorProvider urlCreatorProvider,
Language lang,
TemplateSet templateSet,
PageParams pageParams,
int mode)
Create an url for this node using the specified
urlCreatorProvider ,
language , template set , and pageParams (sub page). |
void |
IDProvider.revert(Revision revision,
boolean recursive,
EnumSet<IDProvider.RevertType> ignoreRevertTypes)
Reverts this storeelement to the given FSRevision.
|
void |
IDProvider.revert(Revision revision,
boolean recursive,
EnumSet<IDProvider.RevertType> ignoreRevertTypes)
Reverts this storeelement to the given FSRevision.
|
void |
IDProvider.setUid(String uid)
Sets the unique identifier.
|
Modifier and Type | Method and Description |
---|---|
Content2Params |
Content2.getContent2Params() |
Dataset |
Content2.getDataset(Entity entity)
Get a dataset for the given entity.
|
Dataset |
DatasetProvider.getDataset(Entity entity)
Get a dataset for the given entity.
|
EntityType |
Content2.getEntityType() |
EntityType |
DatasetProvider.getEntityType()
Get the entity type supported by this dataset provider.
|
String |
ContentFolder.getName()
Get the name of the ContentStore-folder
|
Schema |
Content2.getSchema() |
Schema |
DatasetProvider.getSchema()
Get the schema the provider refers to.
|
TableTemplate |
Dataset.getTableTemplate() |
TableTemplate |
Content2.getTemplate()
Returns the
TableTemplate of this content2 node. |
Modifier and Type | Method and Description |
---|---|
List<? extends Entity> |
Content2.getData(Language language)
Returns the list of entities respecting defined filter and ordering.
|
List<? extends Entity> |
Content2ScriptContext.getData(Language language)
Returns the list of entities respecting defined filter and ordering of the underlying
Content2 element. |
Dataset |
Content2.getDataset(Entity entity)
Get a dataset for the given entity.
|
Dataset |
DatasetProvider.getDataset(Entity entity)
Get a dataset for the given entity.
|
Dataset |
DatasetProvider.getDataset(Entity entity,
Revision revision)
Get a dataset for the given entity in a defined revision.
|
Dataset |
DatasetProvider.getDataset(Entity entity,
Revision revision)
Get a dataset for the given entity in a defined revision.
|
Modifier and Type | Method and Description |
---|---|
Collection<IdProvidingFormData> |
MediaFormsProducer.create(MediaFolder mediaFolder)
Creates new form data objects for all direct
media elements in the given media folder . |
Modifier and Type | Method and Description |
---|---|
List<String> |
URLProperties.getAlternativeUrls(ContentProducer node,
Language language,
TemplateSet templateSet)
Get the list of altenrnative URLs for the specified parameter set.
|
GlobalContentArea |
GlobalStoreRoot.getGlobalContentArea()
Get the
global content area node. |
String |
GCAFolder.getName()
Get the name of the GCA-folder
|
ProjectProperties |
GlobalStoreRoot.getProjectProperties()
Returns the project property page.
|
PageTemplate |
ProjectProperties.getTemplate()
Returns the template for this project properties or throws a
ReferenceNotFoundException if no template is defined or
defined template couldn't be found. |
URLProperties |
GlobalStoreRoot.getUrlProperties()
Get the url properties node.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
URLProperties.getAlternativeUrls(ContentProducer node,
Language language,
TemplateSet templateSet)
Get the list of altenrnative URLs for the specified parameter set.
|
List<String> |
URLProperties.getAlternativeUrls(ContentProducer node,
Language language,
TemplateSet templateSet)
Get the list of altenrnative URLs for the specified parameter set.
|
List<String> |
URLProperties.getAlternativeUrls(ContentProducer node,
Language language,
TemplateSet templateSet)
Get the list of altenrnative URLs for the specified parameter set.
|
String |
URLProperties.getStoredUrl(ContentProducer node,
Language language,
TemplateSet templateSet,
Object multiPageObject)
Get the stored URL for the specified parameters set.
|
String |
URLProperties.getStoredUrl(ContentProducer node,
Language language,
TemplateSet templateSet,
Object multiPageObject)
Get the stored URL for the specified parameters set.
|
String |
URLProperties.getStoredUrl(ContentProducer node,
Language language,
TemplateSet templateSet,
Object multiPageObject)
Get the stored URL for the specified parameters set.
|
String |
URLProperties.getStoredUrl(MediaFolder folder,
Language language)
Get the stored URL for the specified parameter set.
|
String |
URLProperties.getStoredUrl(MediaFolder folder,
Language language)
Get the stored URL for the specified parameter set.
|
String |
URLProperties.getStoredUrl(Media node,
Language language,
Resolution resolution)
Get the stored URL for the specified parameter set.
|
String |
URLProperties.getStoredUrl(SiteStoreFolder folder,
Language language,
TemplateSet templateSet)
Get the stored URL for the specified parameter set.
|
String |
URLProperties.getStoredUrl(SiteStoreFolder folder,
Language language,
TemplateSet templateSet)
Get the stored URL for the specified parameter set.
|
String |
URLProperties.getStoredUrl(SiteStoreFolder folder,
Language language,
TemplateSet templateSet)
Get the stored URL for the specified parameter set.
|
int |
URLProperties.resetStoredUrls(IDProvider node)
Reset the stored URLs for the specified node.
|
void |
URLProperties.setAlternativeUrls(Collection<String> urls,
ContentProducer node,
Language language,
TemplateSet templateSet)
Set the list of altenrnative URLs for the specified parameter set.
|
void |
URLProperties.setAlternativeUrls(Collection<String> urls,
ContentProducer node,
Language language,
TemplateSet templateSet)
Set the list of altenrnative URLs for the specified parameter set.
|
void |
URLProperties.setAlternativeUrls(Collection<String> urls,
ContentProducer node,
Language language,
TemplateSet templateSet)
Set the list of altenrnative URLs for the specified parameter set.
|
void |
URLProperties.setAlternativeUrls(Collection<String> urls,
ContentProducer node,
Language language,
TemplateSet templateSet)
Set the list of altenrnative URLs for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
ContentProducer node,
Language language,
TemplateSet templateSet,
Object multiPageObject)
Set the stored URL for the specified parameters set.
|
void |
URLProperties.setStoredUrl(String url,
ContentProducer node,
Language language,
TemplateSet templateSet,
Object multiPageObject)
Set the stored URL for the specified parameters set.
|
void |
URLProperties.setStoredUrl(String url,
ContentProducer node,
Language language,
TemplateSet templateSet,
Object multiPageObject)
Set the stored URL for the specified parameters set.
|
void |
URLProperties.setStoredUrl(String url,
MediaFolder folder,
Language language)
Set the stored URL for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
MediaFolder folder,
Language language)
Set the stored URL for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
Media node,
Language language,
Resolution resolution)
Get the stored URL for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
SiteStoreFolder folder,
Language language,
TemplateSet templateSet)
Set the stored URL for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
SiteStoreFolder folder,
Language language,
TemplateSet templateSet)
Set the stored URL for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
SiteStoreFolder folder,
Language language,
TemplateSet templateSet)
Set the stored URL for the specified parameter set.
|
Modifier and Type | Method and Description |
---|---|
String |
Media.getName()
Deprecated.
since 4.1.10 - use
IDProvider.getUid() |
String |
MediaFolder.getName()
Deprecated.
since 4.1.10 - use
IDProvider.getUid() |
String |
PictureResolution.getName()
Returns the name of the underlying resolution
(e.g.
|
PictureResolution |
Picture.getPictureResolution(Resolution resolution)
Get the picture-resolution of the current picture-media for given resolution as an object
|
IDProvider.UidType |
Media.getUidType()
Return
Media.UID_TYPE . |
Modifier and Type | Method and Description |
---|---|
Media |
MediaStoreRoot.getMediaByUid(String uid)
Returns the media specified by given
uid or null ,
if no media was found with given uid |
Modifier and Type | Method and Description |
---|---|
FormData |
DataProvider.getFormData()
Gets the
formdata container of this element. |
String |
Body.getName()
Get the name of a body for a Page
|
String |
Page.getName()
Deprecated.
since 4.1.10 - use
IDProvider.getUid() |
String |
PageFolder.getName()
Deprecated.
since 4.1.10 - use
IDProvider.getUid() |
String |
Section.getName()
Get the name of the section
|
Section<T> |
SectionReference.getReference()
Return the referenced source
Section . |
TableTemplate |
Content2Section.getTableTemplate()
Returns the
table template this content section belongs to. |
TableTemplate |
Content2Section.getTemplate()
Returns the template of this element.
|
PageTemplate |
Page.getTemplate()
Returns the template of this element.
|
T |
Section.getTemplate()
Returns the template of this element.
|
Modifier and Type | Method and Description |
---|---|
ContentMultiPageParams |
Content2Section.getMultiPageParams(Language language)
Delivers a
ContentMultiPageParams where
ContentMultiPageParams.getData() delivers a
list with one entry. |
void |
DataProvider.setFormData(FormData formData)
Sets the given
formdata container of this element. |
void |
Page.setTemplate(PageTemplate pageTemplate)
Set the template for this page.
|
void |
SectionReference.setTemplate(SectionTemplate template)
Throws an
UnsupportedOperationException . |
void |
Section.setTemplate(T template)
Set the template for this section.
|
void |
Content2Section.setTemplate(TableTemplate template) |
Modifier and Type | Method and Description |
---|---|
PageRefFolder |
SiteStoreFolder.createPageRefFolder(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNameOnServer,
IDProvider nextSibling)
Create a new PageRefFolder as child of this folder and place it before the given next sibling.
|
de.espirit.firstspirit.store.access.sitestore.AltPageRefImpl |
PageLangSpec.createScheduledPageRef(Page page,
Date validFrom)
Creates and adds a scheduled page-ref.
|
AltPageRef[] |
PageLangSpec.getAltPageRefs()
Deprecated.
since 4.2.400, use
PageLangSpec.getScheduledPageRefs() and PageLangSpec.createScheduledPageRef(Page, Date) |
EntityList |
ContentMultiPageParams.getData() |
String |
DocumentGroup.getFilename() |
String |
PageRef.getFilename()
Returns a filename suggestions which may be used for creating urls.
|
FolderLangSpec |
PageRefFolder.getFolderLangSpec(Language language)
Get the folder specification for the given language
|
SiteStoreVariableFormData |
SiteStoreFolder.getFormData()
Gets a form data container containing containig all defined sitestore variables.
|
MultiPageParams |
Content2Params.getMultiPageParams(Language language) |
String |
PageGroup.getName()
Get the name of the page-group
|
String |
PageLangSpec.getName()
Get the name of the pagereference
|
String |
PageRef.getName()
Deprecated.
since 4.1.10 - use
PageRef.getUid() |
PageParams |
ContentMultiPageParams.getPageParams(Map<String,?> params) |
List<AltPageRef> |
PageLangSpec.getScheduledPageRefs()
Returns a modifiable list of scheduled page-refs.
|
Select |
Content2Params.getSelect(Language language) |
String |
PageRef.getUid()
Get the unique referenec name of the pagereference.
|
IDProvider.UidType |
DocumentGroup.getUidType()
Return
DocumentGroup.UID_TYPE . |
IDProvider.UidType |
PageRef.getUidType()
Return
PageRef.UID_TYPE . |
Modifier and Type | Method and Description |
---|---|
void |
Content2Params.addOrdering(String columnName,
boolean ascending,
boolean languageDependent) |
void |
DocumentGroup.appendChildBefore(StoreElement child,
StoreElement before) |
AltPageRef |
PageLangSpec.createAltPageRef(Page page,
Date validFrom)
Deprecated.
since 4.2.400, use
PageLangSpec.getScheduledPageRefs() and PageLangSpec.createScheduledPageRef(Page, Date) |
de.espirit.firstspirit.store.access.sitestore.AltPageRefImpl |
PageLangSpec.createScheduledPageRef(Page page,
Date validFrom)
Creates and adds a scheduled page-ref.
|
de.espirit.firstspirit.store.access.sitestore.AltPageRefImpl |
PageLangSpec.createScheduledPageRef(Page page,
Date validFrom)
Creates and adds a scheduled page-ref.
|
MultiPageParams |
Content2Params.getMultiPageParams(Language language) |
Select |
Content2Params.getSelect(Language language) |
String |
SiteStoreFolder.getStoredUrl(Language language,
TemplateSet templateSet)
Get the stored URL for this node and the provided combination of language and template set.
|
String |
SiteStoreFolder.getStoredUrl(Language language,
TemplateSet templateSet)
Get the stored URL for this node and the provided combination of language and template set.
|
String |
SiteStoreRoot.getStoredUrl(Language language,
TemplateSet templateSet)
Get the stored URL for this node and the provided combination of language and template set.
|
String |
SiteStoreRoot.getStoredUrl(Language language,
TemplateSet templateSet)
Get the stored URL for this node and the provided combination of language and template set.
|
void |
AltPageRef.setPage(Page page)
Set the page from PageStore that will be alternative page for an pagereference
|
void |
AltPageRef.setValidFrom(Date date)
Set the date from that the this alternative page is valid
|
Constructor and Description |
---|
ContentMultiPageParams(Session session,
Select select,
int entitesPerPage,
int maxPageCount,
Date time) |
ContentMultiPageParams(Session session,
Select select,
int entitesPerPage,
int maxPageCount,
Date time) |
Modifier and Type | Method and Description |
---|---|
List<? extends TemplateBody> |
PageTemplate.getBodies()
Returns the list of
template bodies which are defined in this template. |
StyleTemplateLink.Region |
StyleTemplateLink.getColumnRegion()
Returns the column
region set for this rule. |
EntityType |
TableTemplate.getEntityType() |
ReferenceEntry[] |
Schema.getIncomingReferences(Entity entity)
Returns current incoming references of the given
entity . |
ReferenceEntry[] |
Schema.getIncomingReferences(Entity entity,
boolean release)
Returns current or release incoming references of the given
entity . |
TableTemplate.Mapping[] |
TableTemplate.getMappings()
Shortcut for
getMappings(false) |
TableTemplate.Mapping[] |
TableTemplate.getMappings(boolean release) |
String |
LinkTemplate.getName()
Deprecated.
since 4.1.10 - use
IDProvider.getUid() |
String |
LinkTemplateFolder.getName()
Deprecated.
since 4.1.10 - use
IDProvider.getUid() |
String |
Query.getName()
Deprecated.
since 4.1.10 - use
IDProvider.getUid() |
String |
Script.getName() |
String |
TemplateBody.getName()
Returns the name of the belonging body defined in the belonging page template.
|
String |
TemplateFolder.getName()
Get the name of this folder
|
ReferenceEntry[] |
Schema.getOutgoingReferences(Entity entity)
Returns current outgoing references of the given
entity . |
ReferenceEntry[] |
Schema.getOutgoingReferences(Entity entity,
boolean release)
Returns current or release outgoing references of the given
entity . |
StyleTemplateLink.Region |
StyleTemplateLink.getRowRegion()
Returns the row
region set for this rule. |
String |
RulesetContainer.getRulesetDefinition()
Provide the textual definition of this container's rule set.
|
Schema |
TableTemplate.getSchema() |
Session |
Schema.getSession()
Returns the current
or session
Same as getSession(false) . |
Session |
Schema.getSession(boolean release)
Returns the
or session . |
T |
TemplateProvider.getTemplate()
Returns the template of this element.
|
IDProvider.UidType |
Query.getUidType()
Returns
Query.UID_TYPE . |
IDProvider.UidType |
Script.getUidType()
Returns the value of
Script.UID_TYPE . |
IDProvider.UidType |
TableTemplate.getUidType()
Returns
TableTemplate.UID_TYPE . |
String |
Script.getViewScript()
Returns the view script defined for this script or an empty string.
|
WorkflowContext |
WorkflowScriptContext.getWorkflowContext()
Return the current workflow context.
|
Modifier and Type | Method and Description |
---|---|
StyleTemplateLink |
TableFormatTemplate.addLink(StyleTemplate template)
Provide a
StyleTemplate which should be used for table cells
defined in the returned StyleTemplateLink |
Allowed |
PageTemplate.createAllowed(String bodyName,
Template template)
Set a section or table template which should be allowed for this template for a given body
|
Allowed |
PageTemplate.createAllowed(String bodyName,
Template template)
Set a section or table template which should be allowed for this template for a given body
|
Allowed |
PageTemplate.createAllowed(TemplateBody body,
MasterTemplate template)
Creates a new allowed node for the given section- or table template which should be allowed for the given body
|
Allowed |
PageTemplate.createAllowed(TemplateBody body,
MasterTemplate template)
Creates a new allowed node for the given section- or table template which should be allowed for the given body
|
LinkTemplate |
LinkTemplates.createTemplate(String uid)
Create a new template in this folder.
|
PageTemplate |
PageTemplates.createTemplate(String uid)
Create a new template in this folder.
|
SectionTemplate |
SectionTemplates.createTemplate(String uid)
Create a new template in this folder.
|
T |
TemplateContainer.createTemplate(String uid)
Create a new template in this folder.
|
LinkTemplate |
LinkTemplates.createTemplate(String uid,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
PageTemplate |
PageTemplates.createTemplate(String uid,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
SectionTemplate |
SectionTemplates.createTemplate(String uid,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
T |
TemplateContainer.createTemplate(String uid,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
LinkTemplate |
LinkTemplates.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
PageTemplate |
PageTemplates.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
SectionTemplate |
SectionTemplates.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
T |
TemplateContainer.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
TemplateFolder<LinkTemplate> |
LinkTemplates.createTemplateFolder(String name)
Create a new sub-folder in this folder
|
TemplateFolder<PageTemplate> |
PageTemplates.createTemplateFolder(String name)
Create a new sub-folder in this folder
|
TemplateFolder<SectionTemplate> |
SectionTemplates.createTemplateFolder(String name)
Create a new sub-folder in this folder
|
TemplateFolder<T> |
TemplateContainer.createTemplateFolder(String name)
Create a new sub-folder in this folder
|
TemplateFolder<LinkTemplate> |
LinkTemplates.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
TemplateFolder<PageTemplate> |
PageTemplates.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
TemplateFolder<SectionTemplate> |
SectionTemplates.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
TemplateFolder<T> |
TemplateContainer.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
static StyleTemplateLink.Region |
StyleTemplateLink.Region.forName(String name) |
List<MasterTemplate> |
PageTemplate.getAllowedTemplates(TemplateBody templateBody)
Get the list of
section- or table templates which are allowed for this page template for the given template body. |
FormatTemplateChannel |
FormatTemplate.getChannel(TemplateSet templateSet) |
String |
ChannelSourceProvider.getChannelSource(TemplateSet templateSet)
Get the source for the channel specified by the given templateset.
|
LinkTemplate |
LinkTemplates.getTemplate(String uid)
Returns page template with the given uid or
null . |
PageTemplate |
PageTemplates.getTemplate(String uid)
Returns page template with the given uid or
null . |
SectionTemplate |
SectionTemplates.getTemplate(String uid)
Returns page template with the given uid or
null . |
T |
TemplateContainer.getTemplate(String uid)
Returns page template with the given uid or
null . |
TemplateDocument |
TemplateContentProvider.getTemplateDocument(TemplateSet templateSet)
Get a document for a template set for the given channel.
|
boolean |
PageTemplate.isTemplateAllowed(TemplateBody templateBody,
MasterTemplate template)
Indicates whether the given template is allowed for the given
body or not. |
boolean |
PageTemplate.isTemplateAllowed(TemplateBody templateBody,
MasterTemplate template)
Indicates whether the given template is allowed for the given
body or not. |
void |
ChannelSourceProvider.setChannelSource(TemplateSet templateSet,
String source)
Sets the given source for the template channel specified by the given template set
|
void |
StyleTemplateLink.setColumnRegion(StyleTemplateLink.Region region)
Provide the column
region to be used for this rule. |
void |
TemplateBody.setName(String name)
Sets the name parameter of this TemplateBody
|
void |
StyleTemplateLink.setRowRegion(StyleTemplateLink.Region region)
Provide the row
region to be used for this rule. |
void |
RulesetContainer.setRulesetDefinition(String definition)
Sets the given
definition of rule sets. |
void |
StyleTemplateLink.setTargetTemplate(StyleTemplate styleTemplate)
Provide the
StyleTemplate to be linked to. |
void |
FormatTemplate.setUid(String value)
The uid of format templates is used as tag name in dom and dom-table instances.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
GomEditorProvider.appendEditorNames(List<String> names)
Append the names of all local and children's editors to the given list of
names and return the list.
|
Iterable<GomFormElement> |
GomEditorProvider.forms()
Returns an iterable on all form elements within this provider.
|
GomEditorProvider |
GomCheckable.Context.getProvider() |
UserService |
GomCheckable.Context.getUserService() |
String |
AbstractGomFormElement.name() |
String |
GomFormElement.name()
Get the name of this form element.
|
Modifier and Type | Method and Description |
---|---|
Range |
GomValidationError.findPosition(String text,
int start)
Find the position causing this exception within the given text from the given start on.
|
void |
AbstractGomFormElement.setLabelAndDescription(String lang,
String label,
String description) |
Constructor and Description |
---|
GomValidationError(String message,
GomElement gom,
String detail)
Create a new exception with the given message to be thrown for the provided gom element and a regular expression used
to identify the position of the gom element's detail.
|
GomValidationError(String message,
GomElement gom,
String detail,
UserService userService)
Deprecated.
since 4.2.410 - use
GomValidationError.GomValidationError(String,GomElement,String) instead |
Item(String name) |
Modifier and Type | Method and Description |
---|---|
MathContext |
MathematicalContext.getMathContext() |
Modifier and Type | Method and Description |
---|---|
void |
MathematicalContext.setMathContext(MathContext value) |
void |
MathematicalContext.setRoundingMode(RoundingMode mode) |
Modifier and Type | Method and Description |
---|---|
IDProvider |
ElementValidationReport.getElement()
Deprecated.
since 5.0.311, use
ElementValidationReport.getElement(SpecialistsBroker) instead. |
IDProvider |
ElementValidationReport.getElement(SpecialistsBroker broker)
Get the element this report is generated for.
|
Set<String> |
FormValidationReport.getGadgets()
Provides the names of gadgets being reported containing one or more issues.
|
Collection<Language> |
MultiFormValidationReport.getLanguages()
Deprecated.
since 5.0.311, use
MultiFormValidationReport.getLanguages(SpecialistsBroker) instead. |
Collection<Language> |
MultiFormValidationReport.getLanguages(SpecialistsBroker broker)
Provides the languages being reported containing problems, not including meta data problems.
|
Collection<String> |
FormValidationReport.getMessages(String gadget,
Language displayLanguage)
Get the messages produced for the given gadget.
|
Modifier and Type | Method and Description |
---|---|
static StoreType |
StoreType.forName(String name)
Returns the
StoreType with the specified store-name (e.g. |
String |
StoreType.getName()
Returns old style store name (e.g.
|
Modifier and Type | Method and Description |
---|---|
static StoreType |
StoreType.forName(String name)
Returns the
StoreType with the specified store-name (e.g. |
Modifier and Type | Method and Description |
---|---|
FormField<?> |
FormData.get(Language language,
String fieldName)
Provides a property container describing the field with the given name.
|
GomEditorProvider |
FormData.getForm()
Provides the form definition.
|
GomFormElement |
InappropriateValueException.getForm()
Get the form element the value has been evaluated to be inappropriate for.
|
FormDataProducer |
FormDataList.getProducer()
Provides a producer able to create form-data based on the data-source definition for this editor.
|
Constructor and Description |
---|
InappropriateValueException(GomFormElement form,
Language language,
Object value,
de.espirit.firstspirit.client.common.locale.LocalizableException e)
Create a new instance.
|
InappropriateValueException(GomFormElement form,
Language language,
Object value,
de.espirit.firstspirit.client.common.locale.LocalizableException e)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
ClusterHelper.clearProjectCaches(Connection connection,
long projectId)
Clear cached resources on a cluster node.
|
static void |
ClusterHelper.clearProjectCaches(Connection connection,
String clusterNodeName,
long projectId)
Clear cached resources on a cluster node.
|
static void |
ClusterHelper.clearProjectCaches(Connection connection,
String clusterNodeName,
long projectId)
Clear cached resources on a cluster node.
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
MimeType.getExtensions()
Get the possible associated filename extensions.
|
Modifier and Type | Method and Description |
---|---|
Iterable<TNode<I>> |
TNode.getChildren()
Returns children.
|
I |
TNode.getId()
Returns the object id.
|
Class<? extends I> |
TNodeProvider.getIdClass()
Returns id class of this provider.
|
String |
TNode.getLabel(Locale locale)
Returns language specific label.
|
List<TNode<I>> |
TNodeProvider.getNodes(R request,
Collection<I> ids)
Returns objects for the given ids.
|
Iterable<TNode<I>> |
TNodeProvider.getPath(R request,
I id)
Returns path to root or
null for root nodes. |
Iterable<String> |
TNode.getPropertyNames()
Returns all property names.
|
TNode<I> |
TNodeProvider.getRoot(R request)
Returns root object.
|
Iterable<TNode<I>> |
TNodeProvider.search(R request,
String text,
int flags)
Searches the given
text . |
Modifier and Type | Method and Description |
---|---|
R |
TNodeProvider.createRequest(IDProvider element,
Map<String,String> properties)
Creates a request object.
|
R |
TNodeProvider.createRequest(UserService userService,
Map<String,String> properties)
Creates a request object.
|
List<TNode<I>> |
TNodeProvider.getNodes(R request,
Collection<I> ids)
Returns objects for the given ids.
|
List<TNode<I>> |
TNodeProvider.getNodes(R request,
Collection<I> ids)
Returns objects for the given ids.
|
Iterable<TNode<I>> |
TNodeProvider.getPath(R request,
I id)
Returns path to root or
null for root nodes. |
Iterable<TNode<I>> |
TNodeProvider.getPath(R request,
I id)
Returns path to root or
null for root nodes. |
Object |
TNode.getProperty(String name)
Returns a user defined property;
null for unknown properties. |
TNode<I> |
TNodeProvider.getRoot(R request)
Returns root object.
|
Iterable<TNode<I>> |
TNodeProvider.search(R request,
String text,
int flags)
Searches the given
text . |
Iterable<TNode<I>> |
TNodeProvider.search(R request,
String text,
int flags)
Searches the given
text . |
Modifier and Type | Method and Description |
---|---|
TNode |
TNodesEditorValue.getRoot()
Root node.
|
Modifier and Type | Method and Description |
---|---|
ElementProvider<Revision> |
HistoryProvider.asRevisionProvider()
Return an
ElementProvider on this HistoryProvider. |
String |
ReferencesChangeDetail.ContentReference.getEntityTypeName()
Get the name of the entity's type.
|
List<Revision> |
HistoryProvider.getHistory(Date before,
Date after,
int maxCount,
Filter<Revision> filter)
Returns a list of revisions of this store element in descending order.
|
Object[] |
ReferencesChangeDetail.ContentReference.getKeyValues()
Get the values of the unique key of the entity.
|
ReferencesChangeDetail.IdReference.Kind |
ReferencesChangeDetail.IdReference.getKind()
Get the kind of id reference.
|
ReferencesChangeDetail.Reference |
ReferencesChangeDetail.RemoteReference.getReference()
Get the foreign reference.
|
String |
ReferencesChangeDetail.ExternalReference.getReference()
Get the external reference.
|
String |
ReferencesChangeDetail.RemoteReference.getRemoteName()
Get the configuration name of the remote project.
|
String |
ReferencesChangeDetail.ContentReference.getSchemaUid()
Get the uid of the entity's schema
|
de.espirit.storage.Revision.State |
Revision.getState()
Returns the current state of this revision.
|
String |
ReferencesChangeDetail.NameReference.getUid()
Get the uid of the referenced element.
|
IDProvider.UidType |
ReferencesChangeDetail.NameReference.getUidType()
Get the type of the referenced element.
|
Modifier and Type | Method and Description |
---|---|
List<Revision> |
HistoryProvider.getHistory(Date before,
Date after,
int maxCount,
Filter<Revision> filter)
Returns a list of revisions of this store element in descending order.
|
List<Revision> |
HistoryProvider.getHistory(Date before,
Date after,
int maxCount,
Filter<Revision> filter)
Returns a list of revisions of this store element in descending order.
|
Modifier and Type | Method and Description |
---|---|
String |
RulesetContainer.getRulesetDefinition()
Deprecated.
Provide the textual definition of this container's rule set.
|
Modifier and Type | Method and Description |
---|---|
void |
RulesetContainer.setRulesetDefinition(String definition)
Deprecated.
Sets the given
definition of rule sets. |
Modifier and Type | Method and Description |
---|---|
String |
CaseMode.convertCase(String value) |
Entity |
Session.createEntity(String type)
Create a new entity of the given
type |
Select |
Session.createSelect(String name)
Create a select for the entity type
name with the actual session time as query time. |
EntityList |
Session.executeQuery(Select select) |
de.espirit.or.DumpData |
Session.exportData(String name,
long from,
long to) |
List<KeyValue> |
Session.fetchKeys(Select select)
Return a list of key values of all entities which fullfill the criterion defined by
select . |
Entity |
Session.find(Identifier identifier)
Return the entity with the given
identifier . |
Entity |
Session.findNotNull(KeyValue keyValue)
Returns an entity with the given
keyValue even if it doesn't exist. |
Entity |
Session.findNotNull(String entityTypeName,
Object... key)
Returns an entity of type
entityTypeName with the id key even if it doesn't exists. |
CaseMode |
Layer.getCaseMode() |
CaseMode |
Layer.getCaseModeForDbName()
Case mode for database name.
|
Comparator<String> |
CaseMode.getComparator() |
List<Entity> |
Session.getDeletedEntities(String entityTypeName)
Get all deleted entities from type
entityTypeName . |
List<Entity> |
Session.getHistory(KeyValue keyValue)
Return the history of the entity with the given
keyValue . |
List<Entity> |
Session.getInvalidEntities(KeyValue keyValue)
Return a list of invalid entities of the given
keyValue .. |
Set<KeyValue> |
Session.getReleasedDeleted(String entityTypeName)
Get the key values of all entities of the given entity type which are deleted but still released.
|
Schema |
Session.getSchema()
Return the schema assigned with this session.
|
Select |
Session.xml2Select(String queryXml)
Construct a select from the xml document
queryXml . |
Modifier and Type | Method and Description |
---|---|
void |
Session.addSessionListener(de.espirit.or.SessionListener listener)
Add the
listener to this session. |
String |
CaseMode.convertCase(String value) |
Entity |
Session.createEntity(String type)
Create a new entity of the given
type |
Select |
Session.createSelect(String name)
Create a select for the entity type
name with the actual session time as query time. |
void |
Session.delete(Entity entity)
Mark the
entity as deleted. |
EntityList |
Session.executeQuery(Select select) |
de.espirit.or.DumpData |
Session.exportData(String name,
long from,
long to) |
de.espirit.common.util.IdentifierList<UUID,Entity> |
Session.fetchEntities(String entityTypeName,
Collection<UUID> entityGids)
Fetches all entities specified by given
gids . |
de.espirit.common.util.IdentifierList<UUID,Entity> |
Session.fetchEntities(String entityTypeName,
Collection<UUID> entityGids)
Fetches all entities specified by given
gids . |
List<KeyValue> |
Session.fetchKeys(Select select)
Return a list of key values of all entities which fullfill the criterion defined by
select . |
Entity |
Session.find(EntityType type,
String uuid)
Returns the entity specififed by given EntityType and uuid string
|
Entity |
Session.find(EntityType type,
UUID uuid)
Returns the entity specififed by given EntityType and uuid
|
Entity |
Session.find(Identifier identifier)
Return the entity with the given
identifier . |
Entity |
Session.find(KeyValue keyValue)
Return the entity with the given
keyValue . |
Entity |
Session.find(String entityTypeName,
Object... key)
Return the entity of type
entityTypeName with the id key . |
Entity |
Session.find(String entityTypeName,
Object... key)
Return the entity of type
entityTypeName with the id key . |
Entity |
Session.findNotNull(KeyValue keyValue)
Returns an entity with the given
keyValue even if it doesn't exist. |
Entity |
Session.findNotNull(String entityTypeName,
Object... key)
Returns an entity of type
entityTypeName with the id key even if it doesn't exists. |
Entity |
Session.findNotNull(String entityTypeName,
Object... key)
Returns an entity of type
entityTypeName with the id key even if it doesn't exists. |
Map<String,String> |
Layer.getDefaultParameters(String name)
Return a map of jdbc parameters to default values for this layer based on
name . |
List<Entity> |
Session.getDeletedEntities(String entityTypeName)
Get all deleted entities from type
entityTypeName . |
List<Entity> |
Session.getHistory(KeyValue keyValue)
Return the history of the entity with the given
keyValue . |
List<Entity> |
Session.getInvalidEntities(KeyValue keyValue)
Return a list of invalid entities of the given
keyValue .. |
long |
Session.getLastChangeTime(Select select)
Get the timestamp of the last change of the result set of the specified select.
|
long |
Session.getLastChangeTime(Select select,
long after)
Get the timestamp of the last change of the result set of the specified select after the specified
timestamp.
|
Set<KeyValue> |
Session.getReleasedDeleted(String entityTypeName)
Get the key values of all entities of the given entity type which are deleted but still released.
|
boolean |
Session.hasChangedAfter(Select select,
long time)
Return true if the result of the query with the given
select is not empty. |
void |
Session.importData(de.espirit.or.DumpData data)
Import the
data into the database connected by this session. |
void |
Session.importUpdateData(de.espirit.or.DumpData data)
Import or update the
data into the database connected by this session. |
void |
Session.release(Entity entity)
Release the given
entity . |
void |
Session.removeSessionListener(de.espirit.or.SessionListener listener)
Remove the
listener from this session. |
void |
Session.restore(Identifier identifier)
Restore the deleted entity with the
identifier . |
Schema |
Session.syncSchemaWithDB(Schema schema,
boolean importMode)
Update the DB structure with the given
schema . |
void |
Session.updateWorkflowData(Entity entity,
Color wfColor,
long taskId)
Set the workflow color and the task id of
entity to wfColor
and taskId . |
Select |
Session.xml2Select(String queryXml)
Construct a select from the xml document
queryXml . |
Modifier and Type | Method and Description |
---|---|
List<Order> |
Select.getOrders()
Returns an unmodifiable list of defined
orders of this select. |
Modifier and Type | Method and Description |
---|---|
void |
ComposedConstraint.add(Constraint constraint)
Add a new sub constraint to this composed constraint.
|
void |
Select.add(Order order)
Appends the given order criteria to the list of defined
orders of this select. |
void |
Select.add(Parameter parameter)
Adds the given parameter to this select.
|
Select |
Select.applyLanguage(String languageAbbreviation)
Make a clone of this select and replace all place holders
%lang% contained in
constaints with the given languageAbbreviation |
boolean |
Select.containsParameter(String identifier)
Indicates whether a parameter specified by the given identifier exists or not.
|
Parameter |
Select.getParameter(String identifier)
Return the parameter with the given
identifier . |
Object |
Select.getParameterValue(String identifier)
Returns the value of the parameter specified by given identifier or
null if no parameter
exists with the given identifier. |
boolean |
Select.isOrdered(String attributeName)
Return true if an order of the attribute
attributeName is already defined in this select. |
void |
Select.setParameter(String identifier,
Object value)
Sets the value for the
parameter specified by the given
identifier. |
Constructor and Description |
---|
And(Constraint constraint)
Creates an And with the given sub constraint.
|
And(Constraint constraint1,
Constraint constraint2)
Creates an And combining the given constraints.
|
And(Constraint constraint1,
Constraint constraint2)
Creates an And combining the given constraints.
|
Equal(String attributeName,
Object value)
Creates a new Equal constraint for the attribute specified by given attributeName and
with the given value.
|
Equal(String attributeName,
Parameter parameter)
Creates a new Equal constraint for the attribute specified by given attributeName and parameter.
|
GreaterThan(String attributeName,
Object value)
Creates a new GreaterThan constraint for the given attributeName and the given value
|
GreaterThan(String attributeName,
Parameter parameter)
Creates a new GreaterThan constraint for the given attributeName and given parameter
|
GreaterThanEqual(String attributeName,
Object value)
Creates a new GreaterThanEqual constraint for the given attributeName and the given value
|
GreaterThanEqual(String attributeName,
Parameter parameter)
Creates a new GreaterThanEqual constraint for the given attributeName and given parameter
|
In(String attributeName,
Iterable<Object> values)
Creates a new In constraint for the attribute specified by given attributeName and
with the given value.
|
In(String attributeName,
Iterable<Object> values)
Creates a new In constraint for the attribute specified by given attributeName and
with the given value.
|
In(String attributeName,
Parameter parameter)
Creates a new In constraint for the attribute specified by given attributeName and parameter.
|
In(String attributeName,
Parameter parameter)
Creates a new In constraint for the attribute specified by given attributeName and parameter.
|
IsNotNull(String attributeName)
Creates a IsNotNull constraint for the given attribute.
|
IsNull(String attributeName)
Creates a IsNull constraint for the given attribute.
|
LessThan(String attributeName,
Object value)
Creates a new LessThan constraint for the given attributeName and the given value.
|
LessThan(String attributeName,
Parameter parameter)
Creates a new LessThan constraint for the given attributeName and given parameter.
|
LessThanEqual(String attributeName,
Object value)
Creates a new LessThanEqual constraint for the given attributeName and the given value.
|
LessThanEqual(String attributeName,
Parameter parameter)
Creates a new LessThanEqual constraint for the given attributeName and given parameter.
|
Like(String attributeName,
Object value)
Creates a new Like constraint for the attribute specified by given attributeName and
with the given value.
|
Like(String attributeName,
Parameter parameter)
Creates a new Like constraint for the attribute specified by given attributeName and parameter.
|
NotEqual(String attributeName,
Object value)
Creates a new NotEqual constraint for the attribute specified by given attributeName and
with the given value.
|
NotEqual(String attributeName,
Parameter parameter)
Creates a new NotEqual constraint for the attribute specified by given attributeName and parameter.
|
Order(String attribute)
Creates an order criteria based on the attribute specified by the given attribute name and with ascending ordering.
|
Order(String attribute,
boolean ascending)
Creates an order criteria based on the attribute specified by the given attribute name and with ordering specified by the given ascending parameter.
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
Entity.getList(String name)
Return the value of the attribute specified by the given name as list.
|
Session |
Entity.getSession()
Returns the session that owns this entity
|
Entity.PersistentState |
Entity.getState()
Return the state of this entity.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EntityType.containsAttribute(String name) |
void |
Entity.copyFrom(Entity entity)
Copy the values of the given
entity to this entity. |
ComposedAttribute |
EntityType.createComposedAttribute(String name,
EntityType targetType,
ComposedAttribute.Relation type,
String opposedName)
Create a composed attribute with the given
name . |
ComposedAttribute |
EntityType.createComposedAttribute(String name,
EntityType targetType,
ComposedAttribute.Relation type,
String opposedName)
Create a composed attribute with the given
name . |
<T> SimpleAttribute<T> |
EntityType.createSimpleAttribute(String name,
Class<T> type)
Create a simple attribute with the given
name and type . |
<T> SimpleAttribute<T> |
EntityType.createSimpleAttribute(String name,
Class<T> type)
Create a simple attribute with the given
name and type . |
Attribute<?> |
EntityType.getAttribute(String name)
Return the attribute with the given
name . |
<T> Attribute<T> |
EntityType.getAttribute(String name,
Class<T> type) |
<T> Attribute<T> |
EntityType.getAttribute(String name,
Class<T> type) |
void |
EntityType.setName(String name)
Set the name of this entity type to
name . |
<T> void |
Entity.setValue(Attribute<T> attribute,
T value)
Set the value of the attribute
attribute to value . |
<T> void |
Entity.setValue(String name,
T value)
Set the value of the attribute
name to value . |
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500