|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FxApplicationException | |
|---|---|
| com.flexive.shared | Shared classes used by all flexive modules. |
| com.flexive.shared.content | Classes for representing flexive contents, most notable
FxContent and FxPK. |
| com.flexive.shared.exceptions | Custom application exceptions which supported translated exception messages through resource bundles. |
| com.flexive.shared.interfaces | Local and remote interfaces of the flexive EJB engines. |
| com.flexive.shared.media | Utility classes for dealing with media data. |
| com.flexive.shared.media.impl | Media engine implementations (pure Java and ImageMagick). |
| com.flexive.shared.scripting | Utility classes for the scripting engine. |
| com.flexive.shared.scripting.groovy | Groovy-specific helper classes, for example a Builder for structural types. |
| com.flexive.shared.search.query | Utility classes for formulating queries in FxSQL. |
| com.flexive.shared.structure | Classes for the representation of flexive data structures. |
| com.flexive.shared.structure.export | |
| com.flexive.shared.workflow | Workflow data objects based on workflow steps and routes. |
| Uses of FxApplicationException in com.flexive.shared |
|---|
| Methods in com.flexive.shared that throw FxApplicationException | |
|---|---|
static void |
FxMailUtils.sendMail(java.lang.String SMTPServer,
java.lang.String subject,
java.lang.String textBody,
java.lang.String htmlBody,
java.lang.String to,
java.lang.String cc,
java.lang.String bcc,
java.lang.String from,
java.lang.String replyTo,
java.lang.String... mimeAttachments)
Sends an email |
| Uses of FxApplicationException in com.flexive.shared.content |
|---|
| Methods in com.flexive.shared.content that throw FxApplicationException | |
|---|---|
static void |
FxPermissionUtils.checkTypeAvailable(long typeId,
boolean allowLocked)
Check if the requested FxType is available. |
void |
FxContent.loadReferences(ContentEngine ce)
Load all FxContent instances from properties of type FxReference |
FxContent |
FxContent.save()
Convenience method which saves this FxContent and returns the loaded instance. |
FxContent |
FxContent.saveNewVersion()
Convenience method which saves this FxContent in a new version and returns the loaded instance. |
| Uses of FxApplicationException in com.flexive.shared.exceptions |
|---|
| Subclasses of FxApplicationException in com.flexive.shared.exceptions | |
|---|---|
class |
FxCmisQueryException
|
class |
FxCmisSqlParseException
Localized exception for CMIS SQL parsing errors. |
class |
FxConfigException
|
class |
FxConstraintViolationException
Exception thrown if a constraint was violated (ie unique constraints) |
class |
FxContentTypeConversionException
An exception class specifically used f. |
class |
FxConversionException
Exception thrown if something can not be converted (ie FxValue's fromString() failed) |
class |
FxCreateException
Exception that can occur whenever creation of "something" failed (localized) |
class |
FxDbException
|
class |
FxEntryExistsException
|
class |
FxEntryInUseException
|
class |
FxInvalidLanguageException
Exception that can occur whenever dealing with an invalid language (localized) |
class |
FxInvalidParameterException
Exception that can occur whenever an invalid parameter was passed (localized). |
class |
FxInvalidQueryNodeException
Exception thrown from invalid query nodes. |
class |
FxInvalidStateException
|
class |
FxLoadException
Exception that can occur upon loading an object from the Database (localized) |
class |
FxLockException
Exception that can occur when (un)locking objects (localized) |
class |
FxLookupException
|
class |
FxNoAccessException
Exception that can occur whenever access to "something" is denied (localized) |
class |
FxNotFoundException
Exception thrown if "something" was not found (localized) |
class |
FxRemoveException
Exception that can occur whenever removal of "something" failed (localized) |
class |
FxSqlSearchException
Exception that can occur during a search. |
class |
FxStreamException
Streaming server exception(s) |
class |
FxTreeException
Exception thrown by the enchanced nested set tree implementation |
class |
FxUpdateException
Exception that can occur whenever updating of "something" failed (localized) |
| Fields in com.flexive.shared.exceptions declared as FxApplicationException | |
|---|---|
protected FxApplicationException |
FxRuntimeException.converted
|
| Methods in com.flexive.shared.exceptions that return FxApplicationException | |
|---|---|
FxApplicationException |
FxRuntimeException.getConverted()
|
FxApplicationException |
FxApplicationException.setAffectedXPath(java.lang.String affectedXPath,
FxContentExceptionCause cause)
Set the affected XPath that caused this Exception to be thrown |
| Constructors in com.flexive.shared.exceptions with parameters of type FxApplicationException | |
|---|---|
FxApplicationException(FxApplicationException converted)
Localized exception constructor |
|
FxApplicationException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxCmisQueryException(FxApplicationException converted)
|
|
FxCmisQueryException(org.apache.commons.logging.Log log,
FxApplicationException converted)
|
|
FxCmisSqlParseException(org.apache.commons.logging.Log log,
FxApplicationException converted)
|
|
FxConfigException(FxApplicationException converted)
Localized exception constructor |
|
FxConfigException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxConstraintViolationException(FxApplicationException converted)
Localized exception constructor |
|
FxConstraintViolationException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxConversionException(FxApplicationException converted)
Localized exception constructor |
|
FxConversionException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxCreateException(FxApplicationException converted)
Localized exception constructor |
|
FxCreateException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxDbException(FxApplicationException converted)
Localized exception constructor |
|
FxDbException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxEntryExistsException(FxApplicationException converted)
Localized exception constructor |
|
FxEntryExistsException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxEntryInUseException(FxApplicationException converted)
|
|
FxEntryInUseException(org.apache.commons.logging.Log log,
FxApplicationException converted)
|
|
FxInvalidLanguageException(FxApplicationException converted)
Localized exception constructor |
|
FxInvalidLanguageException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxInvalidParameterException(java.lang.String parameter,
FxApplicationException converted)
Localized exception constructor |
|
FxInvalidParameterException(java.lang.String parameter,
org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxInvalidQueryNodeException(int treeNodeId,
FxApplicationException converted)
|
|
FxInvalidStateException(FxApplicationException converted)
Localized exception constructor |
|
FxInvalidStateException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxLoadException(FxApplicationException converted)
Localized exception constructor |
|
FxLoadException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxLockException(FxApplicationException converted)
Localized exception constructor |
|
FxLockException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxLookupException(FxApplicationException converted)
Localized exception constructor |
|
FxLookupException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxNoAccessException(FxApplicationException converted)
Localized exception constructor |
|
FxNoAccessException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxNotFoundException(FxApplicationException converted)
Localized exception constructor |
|
FxNotFoundException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxRemoveException(FxApplicationException converted)
Localized exception constructor |
|
FxRemoveException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxRuntimeException(FxApplicationException converted)
Localized exception constructor. |
|
FxSqlSearchException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxStreamException(FxApplicationException converted)
|
|
FxStreamException(org.apache.commons.logging.Log log,
FxApplicationException converted)
|
|
FxTreeException(FxApplicationException converted)
Localized exception constructor |
|
FxTreeException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxUpdateException(FxApplicationException converted)
Localized exception constructor |
|
FxUpdateException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
| Uses of FxApplicationException in com.flexive.shared.interfaces |
|---|
| Methods in com.flexive.shared.interfaces that throw FxApplicationException | ||
|---|---|---|
void |
TreeEngine.activate(FxTreeMode mode,
long nodeId,
boolean includeChildren)
Deprecated. use com.flexive.shared.interfaces.TreeEngine#activate(com.flexive.shared.tree.FxTreeMode, long, boolean, boolean) |
|
void |
TreeEngine.activate(FxTreeMode mode,
long nodeId,
boolean includeChildren,
boolean activateContents)
Activates a node - copying it from the "Edit" to the "Live" tree |
|
void |
MandatorEngine.activate(long mandatorId)
Activate a mandator |
|
void |
LanguageEngine.activateLanguage(FxLanguage language)
Activate a language (convenience method) |
|
void |
AccountEngine.addGroup(long accountId,
long groupId)
Adds a usergroup to a user. |
|
void |
BriefcaseEngine.addItemData(long briefcaseId,
BriefcaseItemData itemData)
Add a single item data for a briefcase item |
|
void |
BriefcaseEngine.addItemData(long briefcaseId,
java.util.List<BriefcaseItemData> itemDatas)
Add multiple item datas for a briefcase |
|
void |
BriefcaseEngine.addItems(long id,
java.util.Collection<FxPK> contents)
Add the given items to the briefcase. |
|
void |
BriefcaseEngine.addItems(long id,
long[] objectIds)
Deprecated. use BriefcaseEngine.addItems(long, java.util.Collection) |
|
void |
AccountEngine.addRole(long accountId,
long roleId)
Adds a role for a user. |
|
void |
ACLEngine.assign(long aclId,
long groupId,
ACLPermission... permissions)
Defines an ACL assignment between a group and an ACL. |
|
void |
ACLEngine.assign(long aclId,
long groupId,
boolean mayRead,
boolean mayEdit,
boolean mayRelate,
boolean mayRemove,
boolean mayExport,
boolean mayCreate)
Defines an ACL assignment between a group and an ACL. |
|
void |
MandatorEngine.assignMetaData(int mandatorId,
long contentId)
Assign a content instance with metadata for this mandator |
|
void |
PhraseEngine.assignPhrases(long position,
long assignmentOwner,
long nodeId,
long nodeMandator,
FxPhrase[] phrases)
Assign phrases at a given position to a node |
|
void |
MandatorEngine.changeName(long mandatorId,
java.lang.String name)
Updates the name of the specified mandator. |
|
void |
TreeEngine.clear(FxTreeMode mode)
Clears the requested tree and creates a new root node |
|
void |
BriefcaseEngine.clear(long id)
Removes all items of the given briefcase. |
|
void |
ContentEngine.convertContentType(FxPK contentPK,
long destinationTypeId,
boolean allowLossy,
boolean allVersions)
Convert (all versions of) a given content to another content type The destinationType must either be derived from the given content's type or must be the parent of the given content's type |
|
long |
TreeEngine.copy(FxTreeMode mode,
long source,
long destination,
int destinationPosition)
Deprecated. |
|
long |
TreeEngine.copy(FxTreeMode mode,
long source,
long destination,
int destinationPosition,
boolean deepReferenceCopy)
Copies a node to the specified parent and the specified position. |
|
long |
AccountEngine.create(Account account,
java.lang.String password)
Creates a new user. |
|
long |
AccountEngine.create(Account account,
java.lang.String password,
boolean hashPassword)
Creates a new user. |
|
long |
RouteEngine.create(long fromStepId,
long toStepId,
long groupId)
Creates a new route. |
|
long |
StepDefinitionEngine.create(StepDefinition stepDefinition)
Creates a new step definition. |
|
int |
MandatorEngine.create(java.lang.String name,
boolean active)
Create a new mandator |
|
long |
ACLEngine.create(java.lang.String name,
FxString label,
long mandatorId,
java.lang.String color,
java.lang.String description,
ACLCategory category)
Creates a new ACL for a specific mandator. |
|
long |
UserGroupEngine.create(java.lang.String name,
java.lang.String color,
long mandatorId)
Creates a new group for a specific mandator. |
|
long |
BriefcaseEngine.create(java.lang.String name,
java.lang.String description,
java.lang.Long aclId)
Creates a new empty briefcase. |
|
long |
BriefcaseEngine.create(java.lang.String name,
java.lang.String description,
java.lang.Long aclId,
LifeCycleInfo forcedLifeCycleInfo)
Create a new empty briefcase, overriding the default lifecycle info (e.g. |
|
long |
WorkflowEngine.create(Workflow workflow)
Creates a new workflow. |
|
FxScriptMappingEntry |
ScriptingEngine.createAssignmentScriptMapping(FxScriptEvent scriptEvent,
long scriptId,
long assignmentId,
boolean active,
boolean derivedUsage)
Create a new mapping for assignments with with a given FxScriptEvent |
|
FxScriptMappingEntry |
ScriptingEngine.createAssignmentScriptMapping(long scriptId,
long assignmentId,
boolean active,
boolean derivedUsage)
Create a new mapping for assignments with the default FxScriptEvent the script was created with |
|
void |
DivisionConfigurationEngine.createFlatStorage(java.lang.String name,
java.lang.String description,
int stringColumns,
int textColumns,
int bigIntColumns,
int doubleColumns,
int selectColumns)
Create a flat storage |
|
long |
AssignmentEngine.createGroup(FxGroupEdit group,
java.lang.String parentXPath)
Create a new group and assign it at the given parentXPath to the virtual ROOT_ID type |
|
long |
AssignmentEngine.createGroup(long typeId,
FxGroupEdit group,
java.lang.String parentXPath)
Create a new group and assign it at the given parentXPath to the given type |
|
long |
AssignmentEngine.createGroup(long typeId,
FxGroupEdit group,
java.lang.String parentXPath,
java.lang.String assignmentAlias)
Create a new group and assign it at the given parentXPath to the given type using assignmentAlias instead of the group's given name |
|
FxPK |
ContentEngine.createNewVersion(FxContent content)
Create a new version for an existing content instance |
|
long[] |
TreeEngine.createNodes(FxTreeMode mode,
long parentNodeId,
int position,
java.lang.String path)
Create tree folders of the given path relative to the parent node, creating all folders stored in path if they dont exist (similar to File.mkdirs()). |
|
long |
AssignmentEngine.createProperty(FxPropertyEdit property,
java.lang.String parentXPath)
Create a new property and assign it at the given parentXPath to the virtual ROOT_ID type |
|
long |
AssignmentEngine.createProperty(long typeId,
FxPropertyEdit property,
java.lang.String parentXPath)
Create a new property and assign it at the given parentXPath to the given type |
|
long |
AssignmentEngine.createProperty(long typeId,
FxPropertyEdit property,
java.lang.String parentXPath,
java.lang.String assignmentAlias)
Create a new property and assign it at the given parentXPath to the given type using assignmentAlias instead of properties name. |
|
FxScriptInfo |
ScriptingEngine.createScript(FxScriptEvent event,
java.lang.String name,
java.lang.String description,
java.lang.String code)
Deprecated. use ScriptingEngine.createScript(FxScriptInfoEdit) instead |
|
FxScriptInfo |
ScriptingEngine.createScript(FxScriptInfoEdit scriptInfo)
Constructs a new script with the data provided by FxScriptInfoEdit, (the id is discarded) |
|
FxScriptInfo |
ScriptingEngine.createScriptFromDropLibrary(java.lang.String dropName,
FxScriptEvent event,
java.lang.String libraryname,
java.lang.String name,
java.lang.String description)
Deprecated. use ScriptingEngine.createScriptFromDropLibrary(String, String, FxScriptInfo) instead |
|
FxScriptInfo |
ScriptingEngine.createScriptFromDropLibrary(java.lang.String dropName,
java.lang.String libraryname,
FxScriptInfo scriptInfo)
Create a new script based on a script from a drop's library: The script's code is loaded from the library, other data needed for creating the script is provided by the scriptInfo parameter (id is discarded). |
|
FxScriptInfo |
ScriptingEngine.createScriptFromLibrary(FxScriptEvent event,
java.lang.String libraryname,
java.lang.String name,
java.lang.String description)
Deprecated. use ScriptingEngine.createScriptFromLibrary(String, FxScriptInfo) instead |
|
FxScriptInfo |
ScriptingEngine.createScriptFromLibrary(java.lang.String libraryname,
FxScriptInfo scriptInfo)
Create a new script based on a script from the library: The script's code is loaded from the library, other data needed for creating the script is provided by the scriptInfo parameter (id is discarded). |
|
FxScriptSchedule |
ScriptingEngine.createScriptSchedule(FxScriptScheduleEdit scriptSchedule)
Create a script schedule |
|
void |
SequencerEngine.createSequencer(java.lang.String name,
boolean allowRollover,
long startNumber)
Create a new sequencer |
|
long |
StepEngine.createStep(Step step)
Creates a step in a workflow. |
|
FxScriptMappingEntry |
ScriptingEngine.createTypeScriptMapping(FxScriptEvent scriptEvent,
long scriptId,
long typeId,
boolean active,
boolean derivedUsage)
Create a new mapping for types with a given FxScriptEvent |
|
FxScriptMappingEntry |
ScriptingEngine.createTypeScriptMapping(long scriptId,
long typeId,
boolean active,
boolean derivedUsage)
Create a new mapping for types with the default FxScriptEvent the script was created with |
|
void |
MandatorEngine.deactivate(long mandatorId)
Deactivate a mandator |
|
boolean |
FxTimerService.deleteScriptSchedule(FxScriptSchedule scriptSchedule)
Delete a script schedule |
|
void |
ScriptingEngine.executeDropRunOnceScripts(Parameter<java.lang.Boolean> param,
java.lang.String dropName)
Execute run-once scripts for drops. |
|
void |
ScriptingEngine.executeDropStartupScripts(java.lang.String dropName)
Execute start up scripts for a specific drop. |
|
void |
ScriptingEngine.executeRunOnceScripts()
Execute run-once scripts. |
|
boolean |
TreeEngine.exist(FxTreeMode mode,
long id)
Returns true if a node with the specified id exists. |
|
java.lang.String |
TypeEngine.export(long id)
Export the type with the requested id as XML |
|
java.lang.String |
ContentEngine.exportContent(FxContent content)
Export a content instance |
|
void |
DivisionConfigurationEngine.exportDivision(java.lang.String localFileName)
Export the current division to a file on the local application server |
|
FxTreeNode |
TreeEngine.findChild(FxTreeMode mode,
long nodeId,
FxPK pk)
Find a (direct) child with the given PK under the node nodeId. |
|
FxTreeNode |
TreeEngine.findChild(FxTreeMode mode,
long nodeId,
FxReference reference)
Find a (direct) child with the given reference under the node nodeId. |
|
FxTreeNode |
TreeEngine.findChild(FxTreeMode mode,
long nodeId,
long referenceId)
Find a (direct) child with the given reference ID under the node nodeId. |
|
FxTreeNode |
TreeEngine.findChild(FxTreeMode mode,
long nodeId,
java.lang.String name)
Find a (direct) child with the given name under the node nodeId. |
|
void |
AccountEngine.fixContactData()
Create contact data for all accounts that dont have them |
|
void |
TypeEngine.flatten(long typeId)
Migrate all assignments of the given type that can be stored in the default flat storage |
|
void |
TypeEngine.flatten(java.lang.String storage,
long typeId)
Migrate all assignments of the given type that can be stored in a flat storage |
|
void |
AssignmentEngine.flattenAssignment(FxPropertyAssignment assignment)
Flatten an assignment in the default storage |
|
void |
AssignmentEngine.flattenAssignment(java.lang.String storage,
FxPropertyAssignment assignment)
Flatten an assignment |
|
|
GenericConfigurationEngine.get(Parameter<T> parameter)
Retrieves the value of the given parameter. |
|
|
GenericConfigurationEngine.get(Parameter<T> parameter,
java.lang.String key)
Retrieves the value for the given parameter using the given key. |
|
|
GenericConfigurationEngine.get(Parameter<T> parameter,
java.lang.String key,
boolean ignoreDefault)
Retrieves the value for the given parameter using the given key. |
|
|
CustomDomainConfigurationEngine.get(T domain,
Parameter<PT> parameter,
java.lang.String key,
boolean ignoreDefault)
Retrieves the value for the given parameter using the given key, for a specific domain. |
|
int |
AccountEngine.getAccountMatches(java.lang.String name,
java.lang.String loginName,
java.lang.String email,
java.lang.Boolean isActive,
java.lang.Boolean isConfirmed,
java.lang.Long mandatorId,
int[] isInRole,
long[] isInGroup)
Returns number of users matching the parameters. |
|
java.util.Map<ParameterData,java.io.Serializable> |
GenericConfigurationEngine.getAll()
Return all parameters that are visible to the current user. |
|
|
GenericConfigurationEngine.getAll(Parameter<T> parameter)
Retrieves all key/value pairs stored under the path of the given parameter. |
|
java.util.Map<ParameterData,java.io.Serializable> |
CustomDomainConfigurationEngine.getAll(T domain)
Return all configuration properties for a specific domain. |
|
java.util.Map<ParameterData,java.io.Serializable> |
GenericConfigurationEngine.getAllWithXStream(java.util.Map<java.lang.String,com.thoughtworks.xstream.XStream> instances)
Return all parameters that are visible to the current user using the provided XStream instance for conversions. |
|
java.util.Map<ParameterData,java.io.Serializable> |
CustomDomainConfigurationEngine.getAllWithXStream(T domain,
java.util.Map<java.lang.String,com.thoughtworks.xstream.XStream> instances)
Return all configuration properties for a specific domain using the provided XStream instance for conversions.. |
|
java.util.List<Account> |
AccountEngine.getAssignedUsers(long groupId,
int startIdx,
int maxEntries)
Returns all users assigned to a group defined by its unique id. |
|
long |
AccountEngine.getAssignedUsersCount(long groupId,
boolean includeInvisible)
Returns the amount of users within a group. |
|
long |
AssignmentEngine.getAssignmentInstanceCount(long assignmentId)
Get the number of content instances for a given assignment, (works for group and property assignments) |
|
java.util.List<java.lang.String[]> |
ScriptingEngine.getAvailableScriptEngines()
Get a list containing script extension and script engine info as 2-dimensional String array |
|
long |
ContentEngine.getBinaryId(FxPK pk,
java.lang.String xpath,
FxLanguage language)
Get the binary id for the given XPath. |
|
long |
ContentEngine.getBinaryId(FxPK pk,
java.lang.String xpath,
FxLanguage language,
boolean fallbackToDefault)
Get the binary id for the given XPath. |
|
FxContentSecurityInfo |
ContentEngine.getContentSecurityInfo(FxPK pk)
Get all security relevant information about a content instance identified by its primary key |
|
FxContentVersionInfo |
ContentEngine.getContentVersionInfo(FxPK id)
Get information about the versions used for a content id |
|
long |
SequencerEngine.getCurrentId(FxSystemSequencer sequencer)
Read the current value of the given system internal sequencer without incrementing it Internal method!! Safe to use but of no use to 'end-users'! Warning: getCurrentId() is not reliable if called after the sequence has been reset or if the database caches sequencers! |
|
long |
SequencerEngine.getCurrentId(java.lang.String sequencer)
Read the current value of the given sequencer without incrementing it. |
|
java.util.List<CustomSequencer> |
SequencerEngine.getCustomSequencers()
Get a list of all known (user-created) sequencer |
|
DivisionData |
GlobalConfigurationEngine.getDivisionData(int division)
Returns the configuration data for a given division ID. |
|
FxDivisionExportInfo |
DivisionConfigurationEngine.getDivisionExportInfo(java.lang.String localFileName)
Get information about a previously exported division |
|
int |
GlobalConfigurationEngine.getDivisionId(java.lang.String serverName)
Returns the first matching division for the given server name, or -1 if no division was found. |
|
int[] |
GlobalConfigurationEngine.getDivisionIds()
Return all configured division IDs. |
|
DivisionData[] |
GlobalConfigurationEngine.getDivisions()
Return the division data for all configured divisions. |
|
java.util.List<T> |
CustomDomainConfigurationEngine.getDomains()
Retrieves all domains that have configuration entries. |
|
java.util.List<T> |
CustomDomainConfigurationEngine.getDomains(Parameter parameter)
Retrieves the domains that have configuration entries for the given parameter. |
|
java.util.List<T> |
CustomDomainConfigurationEngine.getDomains(Parameter parameter,
java.lang.String key)
Retrieves the domains that have configuration entries for the given parameter. |
|
java.util.List<com.flexive.core.flatstorage.FxFlatStorageInfo> |
DivisionConfigurationEngine.getFlatStorageInfos()
Get information about existing flat storages |
|
java.util.List<UserGroup> |
AccountEngine.getGroups(long accountId)
Gets the groups a user is assigned to. |
|
long |
SequencerEngine.getId(FxSystemSequencer sequencer)
Get a new unique id for the requested system sequencer. |
|
long |
SequencerEngine.getId(java.lang.String sequencer)
Get a new unique id from a registered custom sequencer |
|
long |
TreeEngine.getIdByFQNPath(FxTreeMode mode,
long startNode,
java.lang.String path)
Returns the node id specified by a FQN path thats starts from the given node. |
|
long |
TreeEngine.getIdByLabelPath(FxTreeMode mode,
long startNode,
java.lang.String path)
Returns the node id specified by a label path thats starts from the given node. |
|
long |
TreeEngine.getIdByPath(FxTreeMode mode,
java.lang.String path)
Returns the node id specified by a path. |
|
long[] |
TreeEngine.getIdChain(FxTreeMode mode,
long nodeId)
Returns all ids from the given node up to the root. |
|
long[] |
BriefcaseEngine.getItems(long id)
Load all item IDs stored in the given briefcase. |
|
|
GenericConfigurationEngine.getKeys(Parameter<T> parameter)
Retrieves all keys stored under the path of the given parameter. |
|
java.util.List<java.lang.String> |
TreeEngine.getLabels(FxTreeMode mode,
FxLanguage lang,
long... ids)
Returns a list of paths made up of Caption's for the given id's. |
|
java.util.List<java.lang.String> |
TreeEngine.getLabels(FxTreeMode mode,
long... ids)
Returns a list of paths made up of Caption's for the given id's. |
|
java.util.List<FxReferenceMetaData<FxPK>> |
BriefcaseEngine.getMetaData(long briefcaseId)
Loads the metadata instance(s) associated to the briefcase items. |
|
FxReferenceMetaData<FxPK> |
BriefcaseEngine.getMetaData(long briefcaseId,
FxPK pk)
Loads the metadata instance(s) associated to given briefcase item. |
|
FxTreeNode |
TreeEngine.getNode(FxTreeMode mode,
long id)
Returns the informations for a single node |
|
java.util.List<FxTreeNode> |
TreeEngine.getNodesWithReference(FxTreeMode mode,
long reference)
Returns all nodes that match the given reference. |
|
java.lang.String |
AccountEngine.getPasswordHash(long accountId)
Load the password hash for the given account ID. |
|
java.lang.String |
TreeEngine.getPathById(FxTreeMode mode,
long nodeId)
Returns the path for a specified id. |
|
java.util.List<java.lang.String> |
TreeEngine.getPaths(FxTreeMode mode,
long... ids)
Returns a list of paths made up of FQN's for the given id's The root node will be excluded. |
|
java.util.List<FxPK> |
ContentEngine.getPKsForType(long typeId,
boolean onePkPerInstance)
Returns all primary keys for the given type. |
|
int |
ContentEngine.getReferencedContentCount(FxPK pk)
Get the number of references that exist for the requested content |
|
java.util.Set<java.lang.String> |
DivisionConfigurationEngine.getResourceKeysMatching(java.lang.String keyMatch)
Get all resource keys that match a given key prefix, but do not load the associated values. |
|
java.util.Set<java.lang.String> |
DivisionConfigurationEngine.getResourceKeysMatching(java.lang.String keyMatch,
java.lang.String valueMatch,
long searchLanguage)
Get all resource keys that match a given key and value prefix in a requested language, but do not load the associated values. |
|
FxString |
DivisionConfigurationEngine.getResourceValue(java.lang.String key,
long defaultLanguage)
Get a resource FxString value or null if not set |
|
java.util.Map<java.lang.String,FxString> |
DivisionConfigurationEngine.getResourceValues(java.lang.String keyPrefix,
long defaultLanguage)
Get all resource FxString values that match a given key prefix. |
|
java.util.Map<java.lang.String,FxString> |
DivisionConfigurationEngine.getResourceValuesContains(java.lang.String keyMatch,
long defaultLanguage)
Get all resource FxString values that match a given key pattern. |
|
long[] |
TreeEngine.getReverseIdChain(FxTreeMode mode,
long id)
Returns all ids from the root down to the given node. |
|
java.util.List<Role> |
UserGroupEngine.getRoles(long groupId)
Gets all roles that are assigned to a group. |
|
java.util.List<Role> |
AccountEngine.getRoles(long accountId,
RoleLoadMode mode)
Loads all roles that a user is assigned to. |
|
java.lang.String |
GlobalConfigurationEngine.getRootLogin()
Return the root user name. |
|
java.lang.String |
GlobalConfigurationEngine.getRootPassword()
Get the SHA1-hashed root password. |
|
java.util.List<FxScriptRunInfo> |
ScriptingEngine.getRunOnceInformation()
Get information about running/executed runOnce scripts (including all drops) Please note that this method will only return entries if scripts have been executed in the current VM and in the current session (information is not persisted - yet!) |
|
java.util.List<FxScriptInfo> |
ScriptingEngine.getScriptInfos()
Get all available information for all existing scripts |
|
long |
SelectListEngine.getSelectListItemInstanceCount(long selectListItemId)
Get the number of entries using a given select list item, |
|
java.util.List<Step> |
RouteEngine.getTargets(long fromStep)
Loads all possible to-steps. |
|
FxTreeNode |
TreeEngine.getTree(FxTreeMode mode,
long nodeId,
int depth)
Retrieves a (sub)tree, starting from the given node. |
|
FxContent |
ContentEngine.importContent(java.lang.String xml,
boolean newInstance)
Import a content from XML |
|
void |
DivisionConfigurationEngine.importDivision(java.lang.String localFileName)
Import the current division from a file on the local application server |
|
FxType |
TypeEngine.importType(java.lang.String typeXML)
Import a type fromt he given XML. |
|
FxContent |
ContentEngine.initialize(long typeId)
Initialize a new FxContent instance for a type with default values. |
|
FxContent |
ContentEngine.initialize(long typeId,
long mandatorId,
long prefACL,
long prefStep,
long prefLang)
Initialize a new FxContent instance with preferred acl, step and language |
|
FxContent |
ContentEngine.initialize(java.lang.String typeName)
Initialize a new FxContent instance for a type with default values. |
|
void |
DivisionConfigurationEngine.installBinary(long binaryId,
java.lang.String resourceName)
Install a binary file contained in fxresources/binaries in the archive as a binary with the requested id. |
|
boolean |
ResultPreferencesEngine.isCustomized(long typeId,
ResultViewType viewType,
ResultLocation location)
Returns true when the user actually stored a configuration for the given parameters. |
|
boolean |
GlobalConfigurationEngine.isMatchingRootPassword(java.lang.String userPassword)
Return true if the given plain-text password matches the stored (and hashed) password. |
|
FxContent |
ContentEngine.load(FxPK pk)
Load a content |
|
UserGroup |
UserGroupEngine.load(long groupId)
Loads a user group defined by its unique id. |
|
FxLanguage |
LanguageEngine.load(long languageId)
Loads a language defined by its unique id. |
|
Briefcase |
BriefcaseEngine.load(long id)
Loads the briefcase with the given id. |
|
Account |
AccountEngine.load(long id)
Loads a user specified by its unique id. |
|
ACL |
ACLEngine.load(long id)
Loads an ACL definied by its unique id. |
|
ACL |
ACLEngine.load(long id,
boolean ignoreSecurity)
Loads an ACL definied by its unique id. |
|
ResultPreferences |
ResultPreferencesEngine.load(long typeId,
ResultViewType viewType,
ResultLocation location)
Loads the result preferences for the given type for the current user. |
|
QueryRootNode |
SearchEngine.load(ResultLocation location,
java.lang.String name)
Load the query of the given name, for the current user. |
|
FxLanguage |
LanguageEngine.load(java.lang.String languageIsoCode)
Loads a language defined by is iso code. |
|
Account |
AccountEngine.load(java.lang.String loginName)
Loads a user. |
|
java.util.List<ACLAssignment> |
AccountEngine.loadAccountAssignments(long accountId)
Retrives all ACLs assigned to a given account. |
|
java.util.List<Account> |
AccountEngine.loadAll()
Loads all accounts. |
|
java.util.List<Briefcase> |
BriefcaseEngine.loadAll(boolean includeShared)
Gets a list of all briefcase for the calling user. |
|
java.util.List<UserGroup> |
UserGroupEngine.loadAll(long mandatorId)
Loads all groups belonging to a specific mandator, plus GROUP_EVERYONE and GROUP_OWNER. |
|
java.util.List<Account> |
AccountEngine.loadAll(long mandatorId)
Loads all accounts of a mandator. |
|
java.util.List<Account> |
AccountEngine.loadAll(java.lang.String name,
java.lang.String loginName,
java.lang.String email,
java.lang.Boolean isActive,
java.lang.Boolean isConfirmed,
java.lang.Long mandatorId,
int[] isInRole,
long[] isInGroup,
int startIdx,
int maxEntries)
Loads all users matching the parameters. |
|
java.util.List<StepPermission> |
StepEngine.loadAllStepsForUser(long userId)
Returns all steps that a user has some kind of access to, combined with the the permissions for the user on the step. |
|
java.util.List<ACLAssignment> |
ACLEngine.loadAssignments(long aclId)
Loads all ACL assignments of a ACL. |
|
java.util.List<ACLAssignment> |
ACLEngine.loadAssignments(java.lang.Long aclId,
java.lang.Long groupId)
Loads all ACL assignments of a group or acl. |
|
java.util.List<FxLanguage> |
LanguageEngine.loadAvailable()
Loads all available languages. |
|
java.util.List<FxLanguage> |
LanguageEngine.loadAvailable(boolean excludeSystemLanguage)
Loads all available languages. |
|
FxContentContainer |
ContentEngine.loadContainer(long id)
Load a content container (all versions of a content) |
|
QueryRootNode |
SearchEngine.loadDefault(ResultLocation location)
Load the default query for the given type/location. |
|
java.util.List<FxLanguage> |
LanguageEngine.loadDisabled()
Loads all disabled languages. |
|
Account |
AccountEngine.loadForContactData(FxPK contactDataPK)
Load the account that belongs to the given contact data |
|
java.util.List<ACLAssignment> |
ACLEngine.loadGroupAssignments(long groupId)
Loads all ACL assignments of a group. |
|
UserGroup |
UserGroupEngine.loadMandatorGroup(long mandatorId)
Load the user group that contains all users of a given mandator |
|
java.util.Collection<java.lang.String> |
SearchEngine.loadNames(ResultLocation location)
Returns the names of the stored queries for the calling user/location. |
|
java.lang.String |
ScriptingEngine.loadScriptCode(long scriptId)
Load a scripts code |
|
ResultPreferences |
ResultPreferencesEngine.loadSystemDefault(long typeId,
ResultViewType viewType,
ResultLocation location)
Loads the system default result preferences for the given type. |
|
QueryRootNode |
SearchEngine.loadSystemDefault(ResultLocation location)
Load the system-wide default query for the given type/location. |
|
void |
BriefcaseEngine.mergeMetaData(long id,
java.util.Collection<FxReferenceMetaData<FxPK>> metaData)
Merges the given metadata fields into the existing metadata stored in the items. |
|
void |
BriefcaseEngine.modify(long id,
java.lang.String name,
java.lang.String description,
java.lang.Long aclId)
Modifies a briefcase. |
|
void |
TreeEngine.move(FxTreeMode mode,
long nodeId,
long destinationId,
int newPosition)
Moves a node to the specified parent and the specified position. |
|
void |
BriefcaseEngine.moveItems(long fromId,
long toId,
java.util.Collection<FxPK> contents)
Moves items from one briefcase to another. |
|
void |
DivisionConfigurationEngine.patchDatabase()
Perform a database patch if needed |
|
void |
TreeEngine.populate(FxTreeMode mode)
Populate the tree with test data with a default 3 child nodes (folder sub-levels) |
|
void |
TreeEngine.populate(FxTreeMode mode,
int maxNodeChildren)
Populate the tree with test data with a given maximum number of node children (folder sub-levels) |
|
FxContent |
ContentEngine.prepareSave(FxContent content)
Prepare a content for a save or create operation (resolves binaries for script processing, etc.). |
|
|
GenericConfigurationEngine.put(Parameter<T> parameter,
java.lang.String key,
T value)
Set a parameter containing a value of type T using
the given key. |
|
|
GenericConfigurationEngine.put(Parameter<T> parameter,
T value)
Set a parameter containing a value of type T. |
|
|
CustomDomainConfigurationEngine.put(T domain,
Parameter<PT> parameter,
java.lang.String key,
PT value)
Set a parameter containing a value of type T using
the given key. |
|
|
ConfigurationEngine.putInSource(Parameter<T> parameter,
java.lang.String key,
T value)
Store the value in the source configuration EJB for the given parameter. |
|
|
ConfigurationEngine.putInSource(Parameter<T> parameter,
T value)
Store the value in the source configuration EJB for the given parameter. |
|
java.util.List<BriefcaseItemData> |
BriefcaseEngine.queryItemData(long briefcaseId,
java.lang.Long itemId,
java.lang.String metaData,
java.lang.Integer intFlag1,
java.lang.Integer intFlag2,
java.lang.Integer intFlag3,
java.lang.Long longFlag1,
java.lang.Long longFlag2,
BriefcaseItemData.SortField sortField,
BriefcaseItemData.SortOrder sortOrder)
Load matching item datas (non-null flags are queried) |
|
int |
BriefcaseEngine.queryItemDataCount(long briefcaseId,
java.lang.Long itemId,
java.lang.String metaData,
java.lang.Integer intFlag1,
java.lang.Integer intFlag2,
java.lang.Integer intFlag3,
java.lang.Long longFlag1,
java.lang.Long longFlag2)
Evaluate the count of matching item datas (non-null flags are queried) |
|
void |
UserGroupEngine.rebuildMandatorGroups()
Rebuild the mandator groups |
|
void |
ContentEngine.remove(FxPK pk)
Remove a content |
|
void |
SelectListEngine.remove(FxSelectList list)
Remove a select list |
|
void |
SelectListEngine.remove(FxSelectListItem item)
Remove a select list item |
|
void |
TreeEngine.remove(FxTreeMode mode,
long nodeId,
boolean removeReferencedContent,
boolean removeChildren)
Deprecated. use TreeEngine#remove(com.flexive.shared.tree.FxTreeMode, long, com.flexive.shared.tree.FxTreeRemoveOp, boolean) |
|
void |
TreeEngine.remove(FxTreeMode mode,
long nodeId,
FxTreeRemoveOp removeOp,
boolean removeChildren)
Remove a node and optionally its children. |
|
void |
TreeEngine.remove(FxTreeNode node,
boolean removeReferencedContent,
boolean removeChildren)
Deprecated. use TreeEngine#remove(com.flexive.shared.tree.FxTreeNode, com.flexive.shared.tree.FxTreeRemoveOp, boolean) |
|
void |
TreeEngine.remove(FxTreeNode node,
FxTreeRemoveOp removeOp,
boolean removeChildren)
Remove a node and optionally its children. |
|
void |
WorkflowEngine.remove(long workflowId)
Remove a workflow defined by its unique workflowId. |
|
void |
UserGroupEngine.remove(long groupId)
Removes a group defined by its unique id. |
|
void |
ScriptingEngine.remove(long scriptId)
Remove a script (will remove all mappings for this script as well) |
|
void |
RouteEngine.remove(long routeId)
Removes a route defined by its unique id. |
|
void |
MandatorEngine.remove(long mandatorId)
Remove a mandator. |
|
void |
StepDefinitionEngine.remove(long id)
Removes a step definition. |
|
void |
BriefcaseEngine.remove(long id)
Removes the briefcase with the specified id. |
|
void |
TypeEngine.remove(long id)
Completely remove a FxType and its assignments (exception will be thrown if instances or derived types exist) |
|
void |
AccountEngine.remove(long accountId)
Removes a user. |
|
void |
ACLEngine.remove(long aclId)
Remove an existing ACL identified by its unique id. |
|
void |
ResultPreferencesEngine.remove(long typeId,
ResultViewType viewType,
ResultLocation location)
Remove the current user's preferences for the given parameters. |
|
|
GenericConfigurationEngine.remove(Parameter<T> parameter)
Removes a parameter from the database. |
|
|
GenericConfigurationEngine.remove(Parameter<T> parameter,
java.lang.String key)
Removes a parameter from the database using the given key. |
|
void |
SearchEngine.remove(ResultLocation location,
java.lang.String name)
Remove the query of the given name and type from the database. |
|
|
CustomDomainConfigurationEngine.remove(T domain,
Parameter<PT> parameter,
java.lang.String key)
Removes a parameter from the database using the given key. |
|
|
GenericConfigurationEngine.removeAll(Parameter<T> parameter)
Remove all parameters stored under this parameter's path. |
|
|
CustomDomainConfigurationEngine.removeAll(T domain,
Parameter<PT> parameter)
Remove all parameters stored under this parameter's path. |
|
void |
AssignmentEngine.removeAssignment(long assignmentId)
Remove an assignment and all sub-assignments if the assignment is a group. |
|
void |
AssignmentEngine.removeAssignment(long assignmentId,
boolean removeSubAssignments,
boolean removeDerivedAssignments)
Remove an assignment |
|
void |
ScriptingEngine.removeAssignmentScriptMapping(long scriptId,
long assignmentId)
Remove a mapping from a script to an assignment (directly mapped, not via inheritance!) |
|
void |
ScriptingEngine.removeAssignmentScriptMappingForEvent(long scriptId,
long assignmentId,
FxScriptEvent event)
Remove a mapping from a script to an assignment for a specific event (directly mapped, not via inheritance!) |
|
void |
DivisionConfigurationEngine.removeFlatStorage(java.lang.String name)
Remove a flat storage, only possible if no entries exist! |
|
int |
ContentEngine.removeForType(long typeId)
Remove all instances of the given type. |
|
void |
AssignmentEngine.removeGroup(long groupId)
Convenience method to remove a group, all its (derived) assignments and all referenced content The group assignment's subassignments are also removed. |
|
void |
BriefcaseEngine.removeItemData(long briefcaseId,
java.lang.Long itemId)
Remove item datas |
|
void |
BriefcaseEngine.removeItems(long id,
java.util.Collection<FxPK> contents)
Removes the given items from the briefcase. |
|
void |
BriefcaseEngine.removeItems(long id,
long[] objectIds)
Deprecated. use BriefcaseEngine.removeItems(long, java.util.Collection) |
|
void |
MandatorEngine.removeMetaData(int mandatorId)
Remove metadata assigned to the given mandator |
|
void |
AssignmentEngine.removeProperty(long propertyId)
Convenience method to remove a property, all its (derived) assignments and all referenced content |
|
void |
DivisionConfigurationEngine.removeResourceValues(java.lang.String keyPrefix)
Remove all resources whose key starts with keyPrefix |
|
void |
ScriptingEngine.removeScriptSchedule(long scheduleId)
Removes an existing script schedule |
|
void |
SequencerEngine.removeSequencer(java.lang.String name)
Remove an existing sequencer |
|
void |
StepEngine.removeStep(long stepId)
Removes a step defined by its unique id. |
|
void |
StepEngine.removeSteps(long workflowId)
Removes all steps within a workflow. |
|
void |
ScriptingEngine.removeTypeScriptMapping(long scriptId,
long typeId)
Remove a mapping from a script to a type (directly mapped, not via inheritance!) |
|
void |
ScriptingEngine.removeTypeScriptMappingForEvent(long scriptId,
long typeId,
FxScriptEvent event)
Remove a mapping from a script to a type (directly mapped, not via inheritance!) for a specific script event |
|
void |
ContentEngine.removeVersion(FxPK pk)
Remove a content's version. |
|
FxScriptResult |
ScriptingEngine.runScript(long scriptId)
Run a script |
|
FxScriptResult |
ScriptingEngine.runScript(long scriptId,
FxScriptBinding binding)
Run a script with the given variable binding |
|
FxScriptResult |
ScriptingEngine.runScript(java.lang.String scriptName,
FxScriptBinding binding)
Run a script with the given variable binding |
|
FxScriptResult |
ScriptingEngine.runScript(java.lang.String name,
FxScriptBinding binding,
java.lang.String code)
Execute a script |
|
long |
AssignmentEngine.save(FxAssignment assignment,
boolean createSubAssignments)
Save an existing or create a new assignment. |
|
FxPK |
ContentEngine.save(FxContent content)
Store an existing content or create a new one |
|
long |
AssignmentEngine.save(FxGroupEdit group)
Save an existing group. |
|
long |
AssignmentEngine.save(FxPropertyEdit property)
Save an existing property. |
|
long |
SelectListEngine.save(FxSelectListEdit list)
Create or update a FxSelectList and all of its items |
|
long |
SelectListEngine.save(FxSelectListItemEdit item)
Create or update a FxSelectListItem |
|
long |
TreeEngine.save(FxTreeNodeEdit node)
Create a new or save an existing node |
|
long |
TypeEngine.save(FxTypeEdit type)
Create a new or update an existing FxType |
|
void |
SearchEngine.save(QueryRootNode query)
Store the given query for the current user. |
|
void |
ResultPreferencesEngine.save(ResultPreferences preferences,
long typeId,
ResultViewType viewType,
ResultLocation location)
Save the given result preferences for the current user. |
|
void |
SearchEngine.saveDefault(QueryRootNode query)
Sets the user-defined default query for the query's type and location. |
|
void |
GlobalConfigurationEngine.saveDivisions(java.util.List<? extends DivisionData> divisions)
Replaces the existing division configuration. |
|
void |
ResultPreferencesEngine.saveInSource(ResultPreferences preferences,
long typeId,
ResultViewType viewType,
ResultLocation location)
Save the given result preferences for the current user, using the type ID where the existing result preferences are stored. |
|
void |
SearchEngine.saveSystemDefault(QueryRootNode query)
Sets the system-wide default query for the query's type and location. |
|
void |
ResultPreferencesEngine.saveSystemDefault(ResultPreferences preferences,
long typeId,
ResultViewType viewType,
ResultLocation... locations)
Save the given result preferences as the default settings for the given type, viewtype, and location. |
|
void |
FxTimerService.scheduleScript(FxScriptSchedule scriptSchedule)
Schedule a script |
|
FxResultSet |
SearchEngine.search(java.lang.String query)
Executes a query. |
|
CmisResultSet |
CmisSearchEngine.search(java.lang.String query)
|
|
CmisResultSet |
CmisSearchEngine.search(java.lang.String query,
boolean returnPrimitiveValues,
int startRow,
int maxRows)
|
|
FxResultSet |
SearchEngine.search(java.lang.String query,
int startIndex,
int fetchRows,
FxSQLSearchParams params)
Executes a query. |
|
FxResultSet |
SearchEngine.search(java.lang.String query,
int startIndex,
int fetchRows,
FxSQLSearchParams params,
ResultLocation location,
ResultViewType viewType)
Executes a query. |
|
boolean |
SequencerEngine.sequencerExists(java.lang.String name)
Check existance of a sequencer |
|
void |
LanguageEngine.setAvailable(java.util.List<FxLanguage> available,
boolean ignoreUsage)
Set all available languages |
|
void |
AccountEngine.setGroups(long accountId,
java.util.List<UserGroup> groups)
Sets the groups a user defined by its unique id belongs to. |
|
void |
AccountEngine.setGroups(long accountId,
long... groups)
Sets the groups a user defined by its unique id belongs to. |
|
void |
BriefcaseEngine.setItems(long id,
java.util.Collection<FxPK> contents)
Replace the current briefcase content with the given objects (i.e. |
|
void |
BriefcaseEngine.setItems(long id,
long[] objectIds)
Deprecated. use BriefcaseEngine.setItems(long, java.util.Collection) |
|
void |
BriefcaseEngine.setMetaData(long id,
java.util.Collection<FxReferenceMetaData<FxPK>> metaData)
Replaces the current metadata for the given items. |
|
void |
DivisionConfigurationEngine.setResourceValue(java.lang.String key,
FxString value)
Set a resource value. |
|
void |
UserGroupEngine.setRoles(long groupId,
java.util.List<Role> roles)
Sets the roles a group is in. |
|
void |
AccountEngine.setRoles(long accountId,
java.util.List<Role> roles)
Sets the roles a user is in. |
|
void |
AccountEngine.setRoles(long accountId,
long... roles)
Sets the roles a user is in. |
|
void |
UserGroupEngine.setRoles(long groupId,
long[] roles)
Sets the roles a group is in. |
|
void |
GlobalConfigurationEngine.setRootLogin(java.lang.String value)
Set the root user name. |
|
void |
GlobalConfigurationEngine.setRootPassword(java.lang.String value)
Set the root password. |
|
void |
PhraseEngine.syncDivisionResources(long targetMandator,
FxPhraseSearchValueConverter converter)
Clear all phrases for the targetMandator and copy the division resources as phrases (using the targetMandator as owner) |
|
void |
ACLEngine.unassign(long aclId,
long groupId)
Removes an ACL assignment defined by its groupId and aclId. |
|
void |
TypeEngine.unflatten(long typeId)
Migrate all assignments of the given type that are stored in a flat storage to the hierarchical storage |
|
void |
AssignmentEngine.unflattenAssignment(FxPropertyAssignment assignment)
Unflatten an assignment |
|
void |
ACLEngine.update(long aclId,
java.lang.String name,
FxString label,
java.lang.String color,
java.lang.String description,
java.util.List<ACLAssignment> assignments)
Updates an existing ACL. |
|
void |
AccountEngine.update(long accountId,
java.lang.String password,
java.lang.Long defaultNode,
java.lang.String name,
java.lang.String loginName,
java.lang.String email,
java.lang.Boolean isConfirmed,
java.lang.Boolean isActive,
java.util.Date validFrom,
java.util.Date validTo,
java.lang.Long lang,
java.lang.String description,
java.lang.Boolean allowMultiLogin,
java.lang.Long contactDataId)
Updates the data of a user specified by its unique id. |
|
void |
UserGroupEngine.update(long groupId,
java.lang.String name,
java.lang.String color)
Updates a group defined by its unique id. |
|
void |
StepDefinitionEngine.update(StepDefinition stepDefinition)
Modifies a existing StepDefinition. |
|
void |
WorkflowEngine.update(Workflow workflow)
Modifies a workflow. |
|
FxScriptMappingEntry |
ScriptingEngine.updateAssignmentScriptMappingForEvent(long scriptId,
long assignmentId,
FxScriptEvent event,
boolean active,
boolean derivedUsage)
Update a mapping for assignments (activate or deactivate a mapping, toggle derived usage) |
|
void |
BriefcaseEngine.updateItemData(long briefcaseId,
BriefcaseItemData updateData)
Update a data item (except the position). |
|
void |
BriefcaseEngine.updateItems(long id,
java.util.Collection<FxPK> addContents,
java.util.Collection<FxPK> removeContents)
Adds/removes the given items for the briefcase. |
|
void |
BriefcaseEngine.updateItems(long id,
long[] addObjectIds,
long[] removeObjectIds)
Deprecated. use BriefcaseEngine.updateItems(long, java.util.Collection, java.util.Collection) |
|
void |
ScriptingEngine.updateScriptCode(long scriptId,
java.lang.String code)
Convenience method to update a scripts code |
|
void |
ScriptingEngine.updateScriptInfo(FxScriptInfoEdit scriptInfo)
Update script info |
|
void |
ScriptingEngine.updateScriptInfo(long scriptId,
FxScriptEvent event,
java.lang.String name,
java.lang.String description,
java.lang.String code,
boolean active)
Deprecated. use ScriptingEngine.updateScriptInfo(FxScriptInfoEdit) instead |
|
void |
FxTimerService.updateScriptSchedule(FxScriptSchedule scriptSchedule)
Update a scheduled script |
|
FxScriptSchedule |
ScriptingEngine.updateScriptSchedule(FxScriptScheduleEdit scriptSchedule)
Update an existing script schedule |
|
void |
StepEngine.updateStep(long stepId,
long aclId)
Deprecated. use StepEngine.updateStep(long, long, int) |
|
void |
StepEngine.updateStep(long stepId,
long aclId,
int position)
Updates a step specified by its unique id. |
|
FxScriptMappingEntry |
ScriptingEngine.updateTypeScriptMappingForEvent(long scriptId,
long typeId,
FxScriptEvent event,
boolean active,
boolean derivedUsage)
Update a mapping for types (activate or deactivate a mapping, toggle derived usage) |
|
void |
AccountEngine.updateUser(long accountId,
java.lang.String password,
boolean hashPassword,
java.lang.String name,
java.lang.String loginName,
java.lang.String email,
java.lang.Long lang)
Updates some personal data of the specified user |
|
void |
AccountEngine.updateUser(long accountId,
java.lang.String password,
java.lang.String name,
java.lang.String loginName,
java.lang.String email,
java.lang.Long lang)
Updates some personal data of the specified user |
|
| Uses of FxApplicationException in com.flexive.shared.media |
|---|
| Methods in com.flexive.shared.media that throw FxApplicationException | |
|---|---|
FxImageMetadata |
FxMetadata.asImageMetadata()
Get this metadata object as an FxImageMetadata instance |
FxLanguage |
FxMediaSelector.getLanguage()
Get the requested language for the image |
static int[] |
FxMediaEngine.scale(java.io.File original,
java.io.File scaled,
java.lang.String extension,
int width,
int height)
Scale an image and return the dimensions (width and height) as int array |
static int[] |
FxMediaEngine.scale(java.lang.String originalFileName,
java.io.File scaled,
java.lang.String extension,
int width,
int height)
Scale an image and return the dimensions (width and height) as int array |
static void |
FxMediaEngine.streamingManipulate(byte[] data,
java.io.OutputStream out,
BinaryDownloadCallback callback,
java.lang.String mimeType,
FxMediaSelector selector)
Manipulate image raw data and stream them back |
java.lang.String |
FxMetadata.toXML()
Get this metadata object as XML document |
| Uses of FxApplicationException in com.flexive.shared.media.impl |
|---|
| Methods in com.flexive.shared.media.impl that throw FxApplicationException | |
|---|---|
static FxMetadata |
FxMediaNativeEngine.identify(java.lang.String mimeType,
java.io.File file)
Identify a file, returning metadata |
static FxMetadata |
FxMediaImageMagickEngine.identify(java.lang.String mimeType,
java.io.File file)
Identify a file, returning metadata |
static int[] |
FxMediaNativeEngine.scale(java.io.File original,
java.io.File scaled,
java.lang.String extension,
int width,
int height)
Scale an image and return the dimensions (width and height) as int array |
static int[] |
FxMediaImageMagickEngine.scale(java.io.File original,
java.io.File scaled,
java.lang.String extension,
int width,
int height)
Scale an image and return the dimensions (width and height) as int array |
static int[] |
FxMediaNativeEngine.scale(java.lang.String originalFileName,
java.io.File scaled,
java.lang.String extension,
int width,
int height)
Scale an image and return the dimensions (width and height) as int array |
static void |
FxMediaNativeEngine.streamingManipulate(byte[] data,
java.io.OutputStream out,
BinaryDownloadCallback callback,
java.lang.String mimeType,
FxMediaSelector selector)
Manipulate image raw data and stream them back |
| Uses of FxApplicationException in com.flexive.shared.scripting |
|---|
| Constructors in com.flexive.shared.scripting that throw FxApplicationException | |
|---|---|
FxScriptInfoEdit(FxScriptInfo si)
Constructs a editable script info object from FxScriptInfo. |
|
| Uses of FxApplicationException in com.flexive.shared.scripting.groovy |
|---|
| Constructors in com.flexive.shared.scripting.groovy that throw FxApplicationException | |
|---|---|
GroovyContentBuilder(FxPK pk)
Create a content builder for the given instance. |
|
GroovyContentBuilder(java.lang.String typeName)
Create an empty content builder for the given type. |
|
| Uses of FxApplicationException in com.flexive.shared.search.query |
|---|
| Methods in com.flexive.shared.search.query that throw FxApplicationException | |
|---|---|
FxResultSet |
SqlQueryBuilder.getResult()
Convenience method for executing a search query using this query builder. |
| Uses of FxApplicationException in com.flexive.shared.structure |
|---|
| Methods in com.flexive.shared.structure that throw FxApplicationException | |
|---|---|
FxGroupAssignmentEdit |
FxTypeEdit.addGroup(java.lang.String name)
Add a new group to this type. |
FxPropertyAssignmentEdit |
FxTypeEdit.addProperty(java.lang.String name,
FxDataType dataType)
Add a new assignment to this type. |
FxPropertyAssignmentEdit |
FxTypeEdit.addReferenceProperty(java.lang.String name,
FxType referencedType)
Add a reference assignment to this type. |
FxPropertyAssignmentEdit |
FxTypeEdit.addSelectListProperty(java.lang.String name,
FxSelectList referencedList,
boolean selectMany)
Add a new select list assignment to this type. |
FxTypeEdit |
FxTypeEdit.save()
Save the type and return the saved instance. |
FxPropertyAssignmentEdit |
FxPropertyAssignmentEdit.save()
Save this assignment and return the saved instance. |
FxGroupAssignmentEdit |
FxGroupAssignment.save()
Save this assignment and return the saved instance. |
| Uses of FxApplicationException in com.flexive.shared.structure.export |
|---|
| Methods in com.flexive.shared.structure.export that throw FxApplicationException | |
|---|---|
java.util.Map<FxType,java.util.List<FxAssignment>> |
StructureExporter.getDependencies()
Get the (mutual) dependencies for (a) given type(s). |
java.util.Map<FxType,java.util.List<FxAssignment>> |
StructureExporterCallback.getDependencies()
Get the (mutual) dependencies for (a) given type(s). |
| Uses of FxApplicationException in com.flexive.shared.workflow |
|---|
| Methods in com.flexive.shared.workflow that throw FxApplicationException | |
|---|---|
Step |
Workflow.getLiveStep()
Get the live step of this workflow, will throw an exception if no live step is defined |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||