Package de.aristaflow.adept2.core.orgmodelmanager
package de.aristaflow.adept2.core.orgmodelmanager
-
ClassDescription
AttributeMetaDatais a simple immutable container class forAttributeMetaData.MetaDataElement-objects, supposed to conveniently hold all available meta information about the attributes of one entity type.Used to hold information about a single attribute.The client administration interface allows controlled access to data in the organisational model, thus allowing end-user to easily change their own data.AFiltercan be used to restrict the result list returned byModelExplorer.getEntities(de.aristaflow.adept2.base.sessionmanagement.SessionToken, de.aristaflow.adept2.model.orgmodel.EntityType, Filter, boolean, String...).A simple container class for a selection/condition, consisting of an attribute name, a comparison operator and a value object.TheModelChangeOperationsprovide methods to alter the OrgModel (add and delete attributes), add/delete entities, change their attributes and add/delete relations between entities.TheModelExplorerprovides information about the OrgModel like which entity types are used, which attributes they have, their data types etc.AnOrgModelExceptioncan be thrown for various reasons byModelExplorerandModelChangeOperations, ranging from trying to use deactivated entity types to trying to access attributes that don't exist.TheOrgModelInitialiserprovides the means to initialise the OrgModel during the startup of theOrgModelManager.This is the central interface of the OrgModelManager service with the following sub-components:OrgModelInitialiser: Can initialize and adpat the org model during startup.Org policy script handlers are responsible for evaluating script org policies.A service allowing to registerOrgPolicyScriptHandlerdynamically at runtime at the org model manager.ThePasswordStrengthEstimatorprovides the means to estimate the strength of a password thus improving security.This interface provides methods to deal with OrgPolicies (Bearbeiterformeln), i.e.ThisPolicyResolutionExceptionis thrown byPolicyResolution's methods when the provided OrgPolicy (Bearbeiterformel) is syntactically or semantically incorrect.