Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

A4_LONGSIDE_IN_MM - Static variable in class org.openlowcode.tools.pdf.PDFPage
 
A4_SHORTSIDE_IN_MM - Static variable in class org.openlowcode.tools.pdf.PDFPage
 
accept(QueryCondition.Visitor) - Method in class org.openlowcode.server.data.storage.AndQueryCondition
 
accept(StoredFieldSchema.Visitor) - Method in class org.openlowcode.server.data.storage.DecimalStoredField
 
accept(StoredFieldSchema.Visitor) - Method in class org.openlowcode.server.data.storage.IntegerStoredField
 
accept(QueryCondition.Visitor) - Method in class org.openlowcode.server.data.storage.JoinQueryCondition
 
accept(StoredFieldSchema.Visitor) - Method in class org.openlowcode.server.data.storage.LargeBinaryStoredField
 
accept(QueryCondition.Visitor) - Method in class org.openlowcode.server.data.storage.OrQueryCondition
 
accept(QueryCondition.Visitor) - Method in class org.openlowcode.server.data.storage.QueryCondition
 
accept(QueryCondition.Visitor) - Method in class org.openlowcode.server.data.storage.QueryConditionAlways
 
accept(QueryCondition.Visitor) - Method in class org.openlowcode.server.data.storage.QueryConditionNever
 
accept(QueryCondition.Visitor) - Method in class org.openlowcode.server.data.storage.SimpleQueryCondition
 
accept(StoredFieldSchema.Visitor) - Method in class org.openlowcode.server.data.storage.StoredFieldSchema
gateway for a visitor
accept(StoredFieldSchema.Visitor) - Method in class org.openlowcode.server.data.storage.StringStoredField
 
accept(StoredFieldSchema.Visitor) - Method in class org.openlowcode.server.data.storage.TimestampStoredField
 
accepttask(E, DataObjectId<Task>, DataObjectId<Appuser>) - Method in class org.openlowcode.server.data.properties.Complexworkflow
accepts the task
accepttask(E, DataObjectId<Task>, DataObjectId<Appuser>) - Method in class org.openlowcode.server.data.properties.Simpletaskworkflow
accepts the task
accepttask(DataObjectId<Task>, DataObjectId<Appuser>) - Method in interface org.openlowcode.server.data.properties.WorkflowInterface
accepts a task meaning the user keeps the task for him/herself to treat it
AccepttaskAction - Class in org.openlowcode.module.system.action
An action for the user to accept a workflow task.
AccepttaskAction(SModule) - Constructor for class org.openlowcode.module.system.action.AccepttaskAction
Creates the action
accesscriteria - Variable in class org.openlowcode.design.action.ActionDefinition
 
accesscriteriaindex - Variable in class org.openlowcode.design.action.ActionDefinition
 
accesscriteriaisinput - Variable in class org.openlowcode.design.action.ActionDefinition
 
ActionAnarchySecurityManager - Class in org.openlowcode.server.security
The anarchy security manager gives access to any connected user to the action.
ActionAnarchySecurityManager() - Constructor for class org.openlowcode.server.security.ActionAnarchySecurityManager
 
ActionAuthorization - Class in org.openlowcode.server.security
a class summarizing the result of a security check.
ActionAuthorization(int) - Constructor for class org.openlowcode.server.security.ActionAuthorization
Creates a new authorized that is either authorized or not authorized.
ActionAuthorization(Function<TableAlias, QueryFilter>) - Constructor for class org.openlowcode.server.security.ActionAuthorization
Creates an action authorization with value 'POTENTIALLY_AUTHORIZED) and the function to generate query filters
actiondata - Variable in class org.openlowcode.server.action.SActionRef
 
ActionDefinition - Class in org.openlowcode.design.action
An action is a business transaction that is triggered from user actions on the client.
ActionDefinition(String) - Constructor for class org.openlowcode.design.action.ActionDefinition
creates a user defined (not autogenerated) action
ActionDefinition(String, boolean) - Constructor for class org.openlowcode.design.action.ActionDefinition
creates an action defining if autogenerated or not
ActionDefinition(String, String) - Constructor for class org.openlowcode.design.action.ActionDefinition
creates an action (user-defined) with a specification to include in the javadoc of the action
ActionDefinition(String, String, boolean) - Constructor for class org.openlowcode.design.action.ActionDefinition
creates an action with a specification to include in the javadoc of the action
ActionExecution - Class in org.openlowcode.server.action
An ActionExecution class actually executes a request for an action coming from a customer.
ActionExecution(String, SModule) - Constructor for class org.openlowcode.server.action.ActionExecution
creates a new action execution
ActionGroup - Interface in org.openlowcode.design.access
An Action group can be a single action or defined action groups.
ActionObjectDomainSecurityManager<E extends DataObject<E> & LocatedInterface<E> & UniqueidentifiedInterface<E>> - Class in org.openlowcode.server.security
A security manager giving access to an object based on the domain (location) it is part of.
ActionObjectDomainSecurityManager(String) - Constructor for class org.openlowcode.server.security.ActionObjectDomainSecurityManager
Creates a security manager based on object location in domain
ActionObjectPersonalSecurityManager<E extends DataObject<E> & UniqueidentifiedInterface<E>,F extends DataObject<F> & LinkobjectInterface<F,E,Appuser>> - Class in org.openlowcode.server.security
A personal security mannager uses a link from the specific object to an application user, and gives him a personal privilege.
ActionObjectPersonalSecurityManager(DataObjectDefinition<F>, Function<DataObjectId<Appuser>, F[]>, BiFunction<DataObjectId<Appuser>, DataObjectId<E>, F[]>, BiFunction<SActionData, SecurityBuffer, E[]>, StoredFieldSchema<DataObjectId<E>>, StoredFieldSchema<DataObjectId<E>>, StoredFieldSchema<DataObjectId<Appuser>>) - Constructor for class org.openlowcode.server.security.ActionObjectPersonalSecurityManager
Creates a personal security manager
ActionObjectSecurityManager<E extends DataObject<E>> - Class in org.openlowcode.server.security
a common parent class for all security managers that requires data from the object
ActionObjectSecurityManager() - Constructor for class org.openlowcode.server.security.ActionObjectSecurityManager
 
ActionObjectStateDomainSecurityManager<E extends DataObject<E> & LocatedInterface<E> & LifecycleInterface<E,?> & UniqueidentifiedInterface<E>> - Class in org.openlowcode.server.security
A security manager providing grants based on location and state of the boejct
ActionObjectStateDomainSecurityManager(String, String[]) - Constructor for class org.openlowcode.server.security.ActionObjectStateDomainSecurityManager
 
ActionObjectStateSecurityManager<E extends DataObject<E> & LifecycleInterface<E,?>> - Class in org.openlowcode.server.security
A security manager granting privileges on objects based on state
ActionObjectStateSecurityManager(String, String[]) - Constructor for class org.openlowcode.server.security.ActionObjectStateSecurityManager
 
ActionSecurityManager - Class in org.openlowcode.server.security
The action security manager gives authorization to an action to be performed or not,depending on the action type, the user, and the attributes (typically the location of an object)
ActionSecurityManager() - Constructor for class org.openlowcode.server.security.ActionSecurityManager
 
ActionTotalSecurityManager - Class in org.openlowcode.server.security
A total security manager grants total access to the given authorities to the action without any additional condition
ActionTotalSecurityManager() - Constructor for class org.openlowcode.server.security.ActionTotalSecurityManager
Creates a total security manager with the set authorities defined in the fillRelevant Authorities method
active - Variable in class org.openlowcode.tools.messages.MessageWriter
 
ActivetaskcomplexqueryAction - Class in org.openlowcode.module.system.action
gets all the tasks for a given data object
ActivetaskcomplexqueryAction(SModule) - Constructor for class org.openlowcode.module.system.action.ActivetaskcomplexqueryAction
Create the action
add(E) - Method in class org.openlowcode.tools.misc.NamedList
adds the element if it does not exist yet, else throws an exception
addAction(ActionDefinition) - Method in class org.openlowcode.design.module.Module
registers the action in the package
addActionAttribute(DataElt) - Method in class org.openlowcode.client.action.CActionData
Adds a data element at the end of the list of data elements for this action data
addActionBusinessData(SActionDataLoc) - Method in class org.openlowcode.server.action.SActionRef
adds action business data
addActionIfNotExists(ActionDefinition) - Method in class org.openlowcode.design.module.Module
registers an action if it does not exist yet
addActionOnObject(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.StoredObject
adds an action on the object display page
addActionOnObjectId(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.LeftForLink
adds an action on the left object of a link (checks if it makes sense and is used.
addActionOnObjectId(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.RightForLink
adds an action using the current (right object for link) data object id (probably useless see github issue #16)
addActionOnObjectId(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.UniqueIdentified
adds action in the main button band of the object.
addActionOnObjectId(DynamicActionDefinition, boolean) - Method in class org.openlowcode.design.data.properties.basic.UniqueIdentified
adds an action on the object, either in the main button band, or in the manage tab
addActionOnObjectPage(DynamicActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
Shortcut method performing the following Adding action to the module adding action on the unique identified property of the data object, making it appear in the object page This method will fail if a unique identified property has not been added at the point it is used.
addActionOnParentId(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.LinkedToParent
adds an action that will display as a button in the object page
addActionOnSearchPage(StaticActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds a static action on the search page of the object
addActionOnSelectedChildId(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.LinkedFromChildren
adds an action button on the parent object page to launch an action on the selected child object in the children table
addActionOnSelectedLeftObjectId(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.RightForLink
adds an action on the selected right object id
addActionOnSelectedLinkId(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.HasAutolink
adds an action on the link id.
addActionOnSelectedLinkId(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.LeftForLink
* this method will add an action on the id of the link object in the link table
addActionOnSelectedLinkId(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.RightForLink
adds an action on the selected link id
addActionOnSelectedRightObjectId(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.HasAutolink
adds an action on the right object when selecting a line in the link from left widget
addActionOnSelectedRightObjectId(DynamicActionDefinition) - Method in class org.openlowcode.design.data.properties.basic.LeftForLink
this method will add an action on the id of the right object in the link table
addActionOutputBusinessData(SActionInlineDataLoc) - Method in class org.openlowcode.server.action.SInlineActionRef
 
addActionToBusinessAdminGroup(ActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds an action to the business admin group for the data object
addActionToCreateNewGroup(ActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds an action to the create new action group for the data object
addActionToDataAdminActionGroup(ActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds an action to the data admin group for the data object
addActionToExecutiveReadGroup(ActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds an action to the executive read action group for the data object
addActionToFullGroup(ActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds an action to the full group for the data object
addActionToLookupActionGroup(ActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds an action to the lookup action group
addActionToModifyGroup(ActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds an action to the modify action group for the data object
addActionToReadActionGroup(ActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds an action to the read action group for the data object
addActionToScheduleActionGroup(ActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds an action to the schedule action group for the data object
addActionToSteerActionGroup(ActionDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds an action to the steer action group for the data object
addAddon(SPageAddon) - Method in class org.openlowcode.server.graphic.SPage
a Page addon is a frame on which the main page payload is added.
addAddress(String, String) - Method in class org.openlowcode.client.runtime.ClientData
Adds an address just visited to the client data holder
addAdvancedFeature(AdvancedDesignFeature) - Method in class org.openlowcode.design.module.Module
adds an advanced feature.
addAlias(TableAlias) - Method in class org.openlowcode.server.data.storage.QueryFilter
adds a new alias
addAllStoredFieldToCurrentRow(NamedList<StoredField>) - Method in class org.openlowcode.server.data.storage.MultipleTableRow
Adds all the fields in the list
addAsDefaultPageAction(StaticActionDefinition) - Method in class org.openlowcode.design.module.Module
allows to specify the action launching a default page for the application.
addasMenuAction(StaticActionDefinition) - Method in class org.openlowcode.design.module.Module
registers the action in the package and adds a link from the menu of the module to the action.
addattachment(E, Objattachment, SFile) - Method in class org.openlowcode.server.data.properties.Filecontent
adds an attachment to the object
addattachment(Objattachment, SFile) - Method in interface org.openlowcode.server.data.properties.FilecontentInterface
adds the provided attachment to the object (performs persistence)
addAttribute(String) - Method in class org.openlowcode.client.graphic.widget.schedule.GanttPlanning
adds the name of a valid attribute for the GANNT task
addAttributeColorValueMapping(String, Color) - Method in class org.openlowcode.client.graphic.widget.schedule.GanttDisplay
adds a mapping for the task background color
addAttributeDotValueMapping(String, Color) - Method in class org.openlowcode.client.graphic.widget.schedule.GanttDisplay
sets a new mapping between a value of the attribute used for dot, and a color
addAuthority(TotalAuthority) - Method in class org.openlowcode.design.module.Module
 
addAutonamingrule(AutonamingRule<E>) - Method in class org.openlowcode.server.data.properties.NamedDefinition
Sets an auto-naming rule for this property
addAutonumberingrule(AutonumberingRule<E>) - Method in class org.openlowcode.server.data.properties.NumberedDefinition
 
addBlankLine(boolean) - Method in class org.openlowcode.tools.pdf.PDFMultiPageTable
Creates a new line without content.
addBlankLine() - Method in class org.openlowcode.tools.pdf.PDFMultiPageTable
Creates a new line without content.
addBooleanField(String, boolean) - Method in class org.openlowcode.tools.messages.MessageWriter
 
addBottomAction(SActionRef, String, boolean) - Method in class org.openlowcode.server.graphic.widget.SFieldSearcher
The action at bottom displays after the search button is pressed.
addBusinessRule(String) - Method in class org.openlowcode.design.action.ActionDefinition
adds a business rule (in plain text) for the action rules to be added to the action javadoc
addBusinessRule(PropertyBusinessRule<LinkObject<E, F>>) - Method in class org.openlowcode.design.data.properties.basic.LinkObject
 
addBusinessRule(PropertyBusinessRule<Named>) - Method in class org.openlowcode.design.data.properties.basic.Named
 
addBusinessRule(PropertyBusinessRule<Numbered>) - Method in class org.openlowcode.design.data.properties.basic.Numbered
 
addBusinessRule(PropertyBusinessRule<E>) - Method in class org.openlowcode.design.data.Property
 
addCalculationElement(CalculationElement) - Method in class org.openlowcode.design.advanced.ObjectReportNode
adds a calculation element.
addChild(E, E) - Method in class org.openlowcode.server.data.NodeTree
creates a link between the parent and the child.
addChild(NodeTreeDataElt<E>) - Method in class org.openlowcode.tools.structure.NodeTreeDataElt
 
addChildItem(CPageSignifPath) - Method in class org.openlowcode.client.graphic.CPageSignifPath
Add a child item that should have a unique name for this parent
addChildNode(SmartReportNodeLink) - Method in class org.openlowcode.design.advanced.SmartReportNode
add a child node, providing the link for navigation to the child node of the report
addChoice(ChoiceValue<E>) - Method in class org.openlowcode.server.data.MultipleChoiceDataObjectField
adds a choice inside this field
addChoice(E) - Method in class org.openlowcode.tools.structure.MultipleChoiceDataElt
 
addChoice(String) - Method in class org.openlowcode.tools.structure.MultipleChoiceDataElt
 
addChoiceCategory(ChoiceCategory) - Method in class org.openlowcode.design.module.Module
registers a choice category with the module.
addChoiceCategoryHelper(String, ChoiceCategory) - Method in class org.openlowcode.design.data.Property
adds a choice category helper.
addChoiceMapping(ChoiceValue, ModuleDomain) - Method in class org.openlowcode.design.data.properties.security.ChoiceFieldLocationHelperDefinition
adds a specific mapping between a choice value and a domain
addChoices(E[]) - Method in class org.openlowcode.tools.structure.MultipleChoiceDataElt
 
addChoices(String[]) - Method in class org.openlowcode.tools.structure.MultipleChoiceDataElt
 
addChoiceValue(ChoiceValue<E>) - Method in class org.openlowcode.server.data.FieldChoiceDefinition
 
addChoiceValueasDefault(ChoiceValue<E>) - Method in class org.openlowcode.server.data.FieldChoiceDefinition
 
addCLinkAttribute(String, String) - Method in class org.openlowcode.server.action.SActionData
actions that have as input only object ids can be sent to the server through a CLink (equivalent to an http query with attribute)
addColumns(String[]) - Method in class org.openlowcode.server.action.utility.SmartReportUtility.ColumnList
adds the columns to the column list
addCompositeIndex(String, Field[]) - Method in class org.openlowcode.design.data.properties.basic.LinkedToParent
This method will create in the database a composite index for search including as first field the parent id, and the specified fields in order
addCondition(QueryCondition) - Method in class org.openlowcode.server.data.storage.AndQueryCondition
adds a new condition to the AND query condition
addCondition(QueryCondition) - Method in class org.openlowcode.server.data.storage.OrQueryCondition
Adds a condition to be joined to the other query conditions by an 'OR' operation
addConstraintCallBack(CMultiFieldConstraint) - Method in class org.openlowcode.client.graphic.widget.CBusinessField
 
addContentAsAttachment(E, String) - Method in class org.openlowcode.server.data.properties.PrintOutGenerator
adds the print-out content as file attachment to the object
addContextForDataCreation(ArgumentContent) - Method in class org.openlowcode.design.data.Property
context for data creation is provided by the context.
addControlElement(DataControlElement) - Method in class org.openlowcode.design.data.properties.basic.DataControl
 
addCurrentWidgetToRoot(SPageNode[]) - Method in class org.openlowcode.server.graphic.SPageNode
 
addData(DataElt) - Method in class org.openlowcode.server.action.SActionData
adds a data element to this action data set
addDataAccessMethod(DataAccessMethod) - Method in class org.openlowcode.design.data.Property
a data access method is a method defined by the property that will be available to the object for a business action
addDataElt(DataElt) - Method in class org.openlowcode.server.graphic.SPageData
 
addDataInput(ArgumentContent) - Method in class org.openlowcode.design.data.Property
sets data input (by default for creation).
addDateField(String, Date) - Method in class org.openlowcode.tools.messages.MessageWriter
 
addDecimalField(String, BigDecimal) - Method in class org.openlowcode.tools.messages.MessageWriter
 
addDefaultAction(SActionRef) - Method in class org.openlowcode.server.graphic.widget.SGanntChart
sets the default action when clicking on the task in the GANNT chart
addDefaultAction(SActionRef) - Method in class org.openlowcode.server.graphic.widget.SObjectArray
sets a default action that will be triggered in read-only mode when double clicking on a line
addDefaultAction(SActionRef) - Method in class org.openlowcode.server.graphic.widget.SObjectArrayField
 
addDefaultAction(SActionRef) - Method in class org.openlowcode.server.graphic.widget.SObjectSCurve
add a default action on a diagram that will be trigger when user select an object
addDefaultAction(SActionRef) - Method in class org.openlowcode.server.graphic.widget.SObjectTreeArray
adds a default action that is triggered when a user double clicks after selecting a line
addDeleteAction(SActionRef) - Method in class org.openlowcode.server.graphic.widget.SObjectArrayField
 
addDependencies(ArrayDataElt<TObjectDataElt<F>>, DataObjectFieldMarker<F>, DataObjectFieldMarker<F>) - Method in class org.openlowcode.server.graphic.widget.SGanntChart
adds a dependency array on the GANNT chart
addDependentProperty(Property<?>) - Method in class org.openlowcode.design.data.Property
This defines a relation between the current property and the dependent property.
addDisplayProfile(DisplayProfile<E>) - Method in class org.openlowcode.server.graphic.widget.SObjectArray
uses a display profile for the objects (allowing to hide some attributes)
addDisplayProfile(DisplayProfile<E>) - Method in class org.openlowcode.server.graphic.widget.SObjectArrayField
adds a display profile to hide some fields
addDisplayProfile(DisplayProfile<E>) - Method in class org.openlowcode.server.graphic.widget.SObjectBand
adds a display profile to hide some specific fields
addDisplayProfile(DisplayProfile<E>) - Method in class org.openlowcode.server.graphic.widget.SObjectTreeArray
adds a display profile (that will hide some fields)
addDisplayProfileForProperty(DisplayProfile) - Method in class org.openlowcode.design.data.Property
adds a display profile for this property.
addElement(Element) - Method in class org.openlowcode.design.data.ObjectElement
 
addElement(Element) - Method in class org.openlowcode.design.data.Property
adds a stored element to the property without any display or update setting
addElement(Element, String, String, int, int, int) - Method in class org.openlowcode.design.data.Property
/** adds a stored element with display of the field specified
addElement(SPageNode) - Method in class org.openlowcode.server.graphic.widget.SComponentBand
 
addElement(SPageNode, String) - Method in class org.openlowcode.server.graphic.widget.STabPane
adds an element to the tab pane
addElement(E) - Method in class org.openlowcode.tools.messages.CircularBuffer
Adds an element.
addElement(E) - Method in class org.openlowcode.tools.structure.ArrayDataElt
 
addElementasSearchElement(Element, String, String, int, int, int, SearchWidgetDefinition) - Method in class org.openlowcode.design.data.Property
adds a stored element with display of the field specified and the field appearing in field searches
AddElementWithSearch(Element, SearchWidgetDefinition) - Method in class org.openlowcode.design.data.ObjectElement
adds an element with a search widget
addEndStartDependency(E, E) - Method in class org.openlowcode.client.graphic.widget.schedule.GanttPlanning
adds an end start dependency between two tasks
addException(String, Level, boolean) - Method in class org.openlowcode.server.runtime.OLcServer
adds an exception to the normal log level, either for file log or console log
addException(String, Level) - Method in class org.openlowcode.tools.misc.OpenLowcodeLogFilter
 
addExternalObjectProperty(DataObjectDefinition, Property<?>) - Method in class org.openlowcode.design.data.Property
adds an external object property to this property.
addFeedingInlineAction(SInlineActionRef, SActionOutputDataRef<TObjectDataEltType<E>>) - Method in class org.openlowcode.server.graphic.widget.SObjectArrayField
allows to feed the context of this array field with the result of a page inline action.
addField(Field) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds a field to the data object
addField(Field) - Method in class org.openlowcode.design.utility.MultiFieldConstraint
allows to set a field in the sequence of constraint (add 1st field like country first, then 2nd field like region, then 3rd field like city...).
addField(DataObjectField) - Method in class org.openlowcode.server.data.DataObjectPayload
adds a field to this DataobjectPayload
addField(String, String, int) - Method in class org.openlowcode.server.data.properties.FlexibledecimalfieldsDefinitionDynamicHelper
adds a field to the dynamic helper
addField(String) - Method in class org.openlowcode.server.data.SMultiFieldConstraint
 
addField(StoredFieldSchema) - Method in class org.openlowcode.server.data.storage.StoredTableSchema
adds a new stored field in the table shcema
addField(SimpleDataElt) - Method in class org.openlowcode.tools.structure.ObjectDataElt
adds a field
addFieldasSearchElement(Field, SearchWidgetDefinition) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds a field to the data object with a search widget (not activated, see github issue #24)
addFieldDefinition(DataObjectFieldDefinition<E>) - Method in class org.openlowcode.server.data.DataObjectDefinition
this method should only be called initSimpleFields
addFieldDefinition(DataObjectFieldDefinition<E>) - Method in class org.openlowcode.server.data.DataObjectDefinition
this method should only be called initSimpleFields
addFieldLabelOverrides(DataObjectFieldMarker<E>, TextDataElt) - Method in class org.openlowcode.server.graphic.widget.SObjectArray
Overrides the label for a field
addFieldLabelOverrides(DataObjectFieldMarker<E>, TextDataElt) - Method in class org.openlowcode.server.graphic.widget.SObjectDisplay
adds a new label for a field
addFieldLabelOverrides(DataObjectFieldMarker<E>, TextDataElt) - Method in class org.openlowcode.server.graphic.widget.SObjectTreeArray
overrides a field label by a label given as an input attribute of the page.
addFieldOverrides(FieldOverrideForProperty) - Method in class org.openlowcode.design.data.Property
adds a Field Overrides for the given property.
addFieldSchema(E) - Method in class org.openlowcode.server.data.DataObjectElementDefinition
adds a field schema to the element
addFieldSchema(ExternalFieldSchema) - Method in class org.openlowcode.server.data.DataObjectPropertyDefinition.ExternalFieldByJoinQuery
adds a new field schema
addFieldSelection(StoredFieldSchema<E>, String) - Method in class org.openlowcode.server.data.storage.TableAlias
specifies the field to display in the query for the alias.
addFieldToShow(DataObjectFieldMarker<E>) - Method in class org.openlowcode.server.graphic.widget.SObjectSCurve
specifies the field to show when clicking on a dot (then, the objects in this dot on the diagram will display a short sentence
addFieldToShowAfterMainValue(Field) - Method in class org.openlowcode.design.advanced.LineGroupingCriteriaObject
adds a new field to show after the main value
addFieldToShowBeforeMainValue(Field) - Method in class org.openlowcode.design.advanced.LineGroupingCriteriaObject
adds a new field to show before the main value
addFilterElement(FilterElement<?>) - Method in class org.openlowcode.design.advanced.ObjectReportNode
adds a filter element on the object report node.
addflexibledecimalvalue(E, String, BigDecimal) - Method in class org.openlowcode.server.data.properties.Flexibledecimalfields
adds a flexible decimal value on a valid field for the context
addflexibledecimalvalue(String, BigDecimal) - Method in interface org.openlowcode.server.data.properties.FlexibledecimalfieldsInterface
add the value to the flexible decimal value with the given name
addFormattedText(FormattableSectionText.FormattedText) - Method in class org.openlowcode.tools.pdf.FormattableSectionText
adds a FormattedText
addGroup(Group) - Method in class org.openlowcode.design.module.Module
 
addGroupingCriteria(LineGroupingCriteria) - Method in class org.openlowcode.design.advanced.ObjectReportNode
adding a grouping criteria to show lines in the report below.
addHeader(PDFPageBandHeaders) - Method in class org.openlowcode.tools.pdf.PDFPage
 
addHolidayDayOfWeek(DayOfWeek) - Method in class org.openlowcode.client.graphic.widget.schedule.BusinessCalendar
adds one week of the day as off
addIfNew(E) - Method in class org.openlowcode.tools.misc.NamedList
This method adds the element if it does not exist yet.
addIndex(Index) - Method in class org.openlowcode.design.data.ObjectElement
 
addIndex(StoredTableIndex) - Method in class org.openlowcode.server.data.DataObjectElementDefinition
adds a database index to this element
addIndex(StoredTableIndex) - Method in class org.openlowcode.server.data.storage.StoredTableSchema
adds a new index to this table schema
addInlineActionDataRef(CInlineActionDataRef) - Method in class org.openlowcode.client.graphic.CPageData
 
addInputArgument(ArgumentContent) - Method in class org.openlowcode.design.action.DynamicActionDefinition
adds an input argument to the action (without usage for security checks)
addInputArgument(MethodArgument) - Method in class org.openlowcode.design.data.DataAccessMethod
 
addInputArgumentAsAccessCriteria(ArgumentContent) - Method in class org.openlowcode.design.action.DynamicActionDefinition
adds an input argument that will be used for access criteria (security check).
addInputParameter(ArgumentContent) - Method in class org.openlowcode.design.pages.DynamicPageDefinition
 
addIntegerField(String, int) - Method in class org.openlowcode.tools.messages.MessageWriter
 
addLinkedToDefaultParentRule(LinkedToDefaultParent<E, F>) - Method in class org.openlowcode.server.data.properties.LinkedtoparentDefinition
sets a linked to default parent rule
addLinkedToDefaultParentRule(LinkedToDefaultParent<E, F>) - Method in class org.openlowcode.server.data.properties.TransientparentDefinition
 
addLinksForNullRootNode(ArrayList<String>) - Method in class org.openlowcode.tools.structure.ObjectTreeDataElt
 
addLoaderAlias(String, String, ChoiceValue[]) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds an alias in the loading file.
addLoaderAlias(String, String) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds a flat file loader alias
AddlogsAction - Class in org.openlowcode.module.system.action
add specific logging to the server
AddlogsAction(SModule) - Constructor for class org.openlowcode.module.system.action.AddlogsAction
Creates the action
AddlogsPage - Class in org.openlowcode.module.system.page
 
AddlogsPage() - Constructor for class org.openlowcode.module.system.page.AddlogsPage
 
addLongBinaryField(String, SFile) - Method in class org.openlowcode.tools.messages.MessageWriter
 
addMainComponent(SPageNode) - Method in class org.openlowcode.server.graphic.widget.SFixSplit
adds the main component
addMapping(ChoiceValue, TotalAuthority) - Method in class org.openlowcode.design.data.properties.workflow.ChoiceFieldObjectToAuthorityMapper
adds a specific mapping
addMenuItem(SMenuItem) - Method in class org.openlowcode.server.graphic.widget.SMenu
adds a menu item to the menu
addMethodAdditionalProcessing(MethodAdditionalProcessing) - Method in class org.openlowcode.design.data.Property
adds a method additional processing to a related property
addMigrator(DataMigrator) - Method in class org.openlowcode.design.module.Module
adds a data migrator to the module.
addModuleDomain(ModuleDomain) - Method in class org.openlowcode.design.module.Module
Defines a domain for the module.
addModuleDomainAuthority(ModuleDomainAuthority) - Method in class org.openlowcode.design.access.ModuleDomainGroup
adds a another authority to the domain group
addModuleDomainAuthority(ModuleDomainAuthority) - Method in class org.openlowcode.design.module.Module
Define a similar authority for each module domain
addModuleDomainGroup(ModuleDomainGroup) - Method in class org.openlowcode.design.module.Module
creates a set of groups having similar roles on all the domains of the module
addMultiFieldConstraint(MultiFieldConstraint) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds a multi-field constraint to this data object
addMultiFieldConstraint(MultiFieldConstraint) - Method in class org.openlowcode.design.module.Module
registers with the module a multi-field constraint for an object.
addMultiFieldConstraint(SMultiFieldConstraint) - Method in class org.openlowcode.server.data.DataObjectDefinition
adds a multifield constraint to this object.
addMultiFieldConstraint(SMultiFieldConstraint) - Method in class org.openlowcode.server.data.DataObjectDefinition
adds a multifield constraint to this object.
addNewDisplay() - Method in class org.openlowcode.client.runtime.ClientSession
adds a new empty display
addnextStep(WorkflowStep) - Method in class org.openlowcode.design.data.properties.workflow.UserTaskChoice
sets the next step for choice
addnextstepaftertask(String, String, ComplexWorkflowStep<E, F>) - Method in class org.openlowcode.server.data.workflowhelper.ComplexWorkflowHelper
specifies what is the next step after a task
addNode(CPageNode) - Method in class org.openlowcode.client.graphic.widget.CComponentBand
adds a node in the component band
addNode(String[], E) - Method in class org.openlowcode.server.data.helpers.ReportTree
This method will add the given object as a node if it has a label.
addNode(E, ArrayList<String>) - Method in class org.openlowcode.tools.structure.ObjectTreeDataElt
 
addNodeAsRoot(E, ArrayList<String>) - Method in class org.openlowcode.tools.structure.ObjectTreeDataElt
 
addNodeAtEndOfFieldData(SPageNode) - Method in class org.openlowcode.server.graphic.widget.SObjectArrayField
 
addObject(String, String[], String[], ObjectDataElt) - Method in class org.openlowcode.client.graphic.widget.table.CObjectGridLine
 
addObject(String, String, String[], String[], ObjectDataElt) - Method in class org.openlowcode.client.graphic.widget.table.CObjectGridLine
adds an object inside this grid line
addObject(DataObjectDefinition) - Method in class org.openlowcode.design.module.Module
registers the object in the package.
addObjectDefinition(DataObjectDefinition) - Method in class org.openlowcode.server.runtime.SModule
adds a DataObjectDefinition to this module
addObjectToAuthorityMapper(String, ObjectToAuthorityMapper) - Method in class org.openlowcode.design.data.Property
adds
addOneLineContent(String[]) - Method in class org.openlowcode.tools.pdf.PDFMultiPageTable
create a new line with the given content and a line above
addOneLineOfConstraint(ArrayList<String>) - Method in class org.openlowcode.server.data.SMultiFieldConstraint
 
addOneRule(DataControlRule<E>) - Method in class org.openlowcode.server.data.properties.constraints.DataControlHelper
adds one rule to the data control helper
AddonPageDefinition - Class in org.openlowcode.design.pages
A page add-on is an additional 'frame' around the main page content.
AddonPageDefinition(String) - Constructor for class org.openlowcode.design.pages.AddonPageDefinition
creates an add-on page definition with the given name
addOpeningTimeInMs(long) - Method in class org.openlowcode.client.graphic.widget.schedule.BusinessCalendar.BusinessTimeInstant
calculates a business time instant by adding an amount of opening business time to this instant
addOutputArgument(ArgumentContent) - Method in class org.openlowcode.design.action.ActionDefinition
adds an output argument to this action
addOutputArgumentAsAccessCriteria(ArgumentContent) - Method in class org.openlowcode.design.action.ActionDefinition
adds this output argument as security criteria.
AddPage(PageDefinition) - Method in class org.openlowcode.design.module.Module
adds a page to the module
addPage(SPage) - Method in class org.openlowcode.server.runtime.SModule
adds a page to this module
addPageHistory(ClientDisplay.PageHistory) - Method in class org.openlowcode.client.runtime.ClientDisplay
adds a page history to the local repository
addPageNodeRightOfTitle(SPageNode) - Method in class org.openlowcode.server.graphic.widget.SObjectDisplay
adds a node right of title.
addPageToBuffer(PageInBuffer) - Method in class org.openlowcode.client.runtime.PageBuffer
Adds the page to the buffer.
addPath(SignificantTriggerPath) - Method in class org.openlowcode.design.data.formula.CalculatedFieldTriggerPath
add a path element
addPatternElement(PatternElement) - Method in class org.openlowcode.design.data.stringpattern.StringPattern
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.ArrayDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.BooleanDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.ChoiceDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.DataElt
for each element, should read and add content for all elements between the "TYP" field (excluded) and the "DELT" structure end (also excluded)
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.DateDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.DecimalDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.EncryptedTextDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.FaultyTextDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.IntegerDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.LargeBinaryDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.MultipleChoiceDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.NodeTreeDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.ObjectDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.ObjectIdDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.ObjectMasterIdDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.ObjectTreeDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.SimpleDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.TextDataElt
 
addPayload(MessageReader) - Method in class org.openlowcode.tools.structure.TimePeriodDataElt
 
addPDFPart(PDFPart) - Method in class org.openlowcode.tools.pdf.PDFDocument
Adds a PDFPart to be printed in order (first parts added are printed first in the document)
addPopupOnObjectId(PageDefinition) - Method in class org.openlowcode.design.data.properties.basic.LeftForLink
shows a popup page on the right object of the link
addPostUpdateProcessing(String, PostUpdateProcessing<E>) - Method in class org.openlowcode.server.data.loader.PostUpdateProcessingStore
adds a post processing element
addPrefixToVariables(String) - Method in class org.openlowcode.server.graphic.SPageData
This method allows to add a prefix to all data element names
addPrivilege(Privilege) - Method in class org.openlowcode.design.module.Module
registers the privilege with the module
addProperties(Property<?>...) - Method in class org.openlowcode.design.data.DataObjectDefinition
a convenience method to add several properties to the data object definition
addProperty(Property<?>) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds a new property to the data object
addProperty(DataObjectProperty) - Method in class org.openlowcode.server.data.DataObjectPayload
adds a property to this DataobjectPayload
addPropertyAsLegacy(Property<?>) - Method in class org.openlowcode.design.data.DataObjectDefinition
adds a new property to the data object, removing it from the GUI, but still keeping the data accessible for a migrator
addPropertyDefinition(DataObjectPropertyDefinition<E>) - Method in class org.openlowcode.server.data.DataObjectDefinition
adds a property to the object definition.
addPropertyDefinition(DataObjectPropertyDefinition<E>) - Method in class org.openlowcode.server.data.DataObjectDefinition
adds a property to the object definition.
addPropertyDefinitionAsLegacy(DataObjectPropertyDefinition<E>) - Method in class org.openlowcode.server.data.DataObjectDefinition
adds a property as legacy.
addPropertyDefinitionAsLegacy(DataObjectPropertyDefinition<E>) - Method in class org.openlowcode.server.data.DataObjectDefinition
adds a property as legacy.
addPropertyGenerics(PropertyGenerics) - Method in class org.openlowcode.design.data.Property
adds a generics to the property.
addQueryCondition(QueryCondition) - Method in class org.openlowcode.server.data.storage.MultipleTableRow
 
addRescheduleAction(SActionRef) - Method in class org.openlowcode.server.graphic.widget.SGanntChart
adds a reschedule action that is triggered when dragging a task on the GANNT chart
AddressLink - Class in org.openlowcode.client.runtime
Represents a page address that is kept in the history of pages visited.
AddressLink(String, String) - Constructor for class org.openlowcode.client.runtime.AddressLink
 
addrules() - Method in class org.openlowcode.server.data.properties.constraints.DataControlHelper
method to be implemented by the helper adding all rules
addSecundaryComponent(SPageNode) - Method in class org.openlowcode.server.graphic.widget.SFixSplit
adds the secondary (side) component
addSequenceDefinition(SequenceDefinition) - Method in class org.openlowcode.design.module.Module
The sequence is a counter incremented in the database, typically used to generate numbers for objects.
addSMenu(SMenu) - Method in class org.openlowcode.server.graphic.widget.SMenuBar
adds a menu in the menubar
addSpecialdisplaynamewhenprofileactive(DisplayProfile<?>, String) - Method in class org.openlowcode.server.data.specificstorage.ExternalFieldSchema
changes the display is a profile is active.
addSpecificMapping(ChoiceValue<F>, DataObjectId<Authority>) - Method in class org.openlowcode.server.data.workflowhelper.ChoiceFieldObjectToAuthorityMapper
adds a specific mapping from a choice value to an authority.
addSpecificNextStep(ChoiceValue, WorkflowStep) - Method in class org.openlowcode.design.data.properties.workflow.SwitchConditionChoiceField
adds a specific mapping
addSpecificStep(G, ComplexWorkflowStep<E, F>) - Method in class org.openlowcode.server.data.workflowhelper.ObjectElementSwitchComplexWorkflowStep
adds a specific mapping for a criteria
addStoredField(StoredFieldSchema<E>) - Method in class org.openlowcode.server.data.specificstorage.ExternalFieldSchema
 
addStoredFieldSchame(StoredFieldSchema) - Method in class org.openlowcode.server.data.storage.StoredTableIndex
adds a new stored field in the index
addStoredFieldSchema(StoredFieldSchema) - Method in class org.openlowcode.server.data.DataObjectPropertyDefinition
adds a stored field schema to this property.
addStoredFieldToCurrentRow(StoredField) - Method in class org.openlowcode.server.data.storage.MultipleTableRow
Adds a specific field
addStringField(String, String) - Method in class org.openlowcode.tools.messages.MessageWriter
 
addStringHelper(String, String) - Method in class org.openlowcode.design.data.Property
A string helper is a string input defined when defining the property on a given object.
addSubScene(Stage) - Method in class org.openlowcode.client.graphic.CPageData
 
addSystemAttribute(SystemAttributeInit) - Method in class org.openlowcode.design.module.Module
adds a system attribute to this module
addTask(E) - Method in class org.openlowcode.client.graphic.widget.schedule.GanttPlanning
adds a task to the planning
addTasks(List<E>) - Method in class org.openlowcode.client.graphic.widget.schedule.GanttPlanning
adds a list of tasks to the planning
addtaskstep(String, WorkflowTaskStep<E, F>) - Method in class org.openlowcode.server.data.workflowhelper.ComplexWorkflowHelper
adds a task step
addTotalAuthority(TotalAuthority) - Method in class org.openlowcode.design.access.ModuleDomainGroup
adds a total authority (an authority valid for all domains)
addTransientColumnGenerator(String, CustomloaderDefinition.CustomloaderHelper<E>) - Method in class org.openlowcode.server.data.loader.TransientPropertiesForLoader
adds a custom loader helper
addTransition(ChoiceValue<E>) - Method in class org.openlowcode.server.data.ChoiceValue
some choice values restrict transition to a new choice value
addTrigger(Trigger) - Method in class org.openlowcode.design.module.Module
adds a trigger to the module
addTriggerToList(TriggerToExecute<?>) - Method in class org.openlowcode.server.runtime.OLcServer
adds a trigger to the list of triggers to execute for the thread
addUnsavedDataWarning(UnsavedDataWarning) - Method in class org.openlowcode.client.runtime.PageActionManager
 
addUpdateAction(SInlineActionRef, ArrayList<DataObjectFieldMarker<E>>, SActionOutputDataRef<ArrayDataEltType<TObjectDataEltType<E>>>) - Method in class org.openlowcode.server.graphic.widget.SGrid
adds an inline update action
addUpdateAction(SInlineActionRef, ArrayList<DataObjectFieldMarker<E>>, SActionOutputDataRef<ArrayDataEltType<TObjectDataEltType<E>>>, boolean) - Method in class org.openlowcode.server.graphic.widget.SGrid
adds an inline update action
addUpdateAction(SInlineActionRef, ArrayList<DataObjectFieldMarker<E>>, SActionOutputDataRef<ArrayDataEltType<TObjectDataEltType<E>>>) - Method in class org.openlowcode.server.graphic.widget.SObjectArray
adds an inline update action with table starting in read-only mode
addUpdateAction(SInlineActionRef, ArrayList<DataObjectFieldMarker<E>>, SActionOutputDataRef<ArrayDataEltType<TObjectDataEltType<E>>>, boolean, boolean) - Method in class org.openlowcode.server.graphic.widget.SObjectArray
adds an inline udate action with specified update mode at first table display and update note mechanism
addUpdateAction(SInlineActionRef, ArrayList<DataObjectFieldMarker<E>>, SActionOutputDataRef<ArrayDataEltType<TObjectDataEltType<E>>>, boolean) - Method in class org.openlowcode.server.graphic.widget.SObjectArray
adds an inline update action where after update the page is still shown
addUpdateAction(SActionRef, ArrayList<DataObjectFieldMarker<E>>) - Method in class org.openlowcode.server.graphic.widget.SObjectArray
adds an update action with table starting as read-only and no entry of update note after edition
addUpdateAction(SActionRef, ArrayList<DataObjectFieldMarker<E>>, boolean) - Method in class org.openlowcode.server.graphic.widget.SObjectArray
adds an update action where the table starts as read-only
addUpdateAction(SActionRef, ArrayList<DataObjectFieldMarker<E>>, boolean, boolean) - Method in class org.openlowcode.server.graphic.widget.SObjectArray
adds an update action to the object array table
addUser(User) - Method in class org.openlowcode.design.module.Module
 
addValue(ChoiceValue) - Method in class org.openlowcode.design.data.SimpleChoiceCategory
adds a value to the choice category.
addValue(ChoiceValue) - Method in class org.openlowcode.design.data.TransitionChoiceCategory
adds a choice value to this choice category
AdminIdDefaultValueGenerator - Class in org.openlowcode.server.data.properties
A utility class generating the admin id to be used in creating the default objects of the platform
AdvancedDesignFeature - Class in org.openlowcode.design.advanced
An advanced feature can be set by the designer, and will generate specific pages and actions.
AdvancedDesignFeature(String) - Constructor for class org.openlowcode.design.advanced.AdvancedDesignFeature
creates an advanced design feature with the provided name (should be unique amongst advanced design features for the module
AFTER - Static variable in class org.openlowcode.tools.data.TimePeriod
 
allexternalfields - Variable in class org.openlowcode.server.data.DataObjectPropertyDefinition
 
AllObjectsNodeLink - Class in org.openlowcode.design.advanced
A node link getting all the objects in the database
AllObjectsNodeLink(SmartReportNode) - Constructor for class org.openlowcode.design.advanced.AllObjectsNodeLink
Creates a node link gathering all objects of a given type
AlphanumericVersionScheme - Class in org.openlowcode.server.data.properties.version
A simple alphanumeric version scheme (A, B, C...)
AlphanumericVersionScheme() - Constructor for class org.openlowcode.server.data.properties.version.AlphanumericVersionScheme
creates an alphanumering version scheme
Anarchy - Class in org.openlowcode.design.access
Anarchy is a type of privilege that gives access to all connected valid users to the action.
Anarchy(ActionGroup) - Constructor for class org.openlowcode.design.access.Anarchy
creates an anarchy for the given action group.
AndQueryCondition - Class in org.openlowcode.server.data.storage
Composition of several query conditions with an AND operator
AndQueryCondition() - Constructor for class org.openlowcode.server.data.storage.AndQueryCondition
Creates an empty query condition.
AndQueryCondition(QueryCondition, QueryCondition) - Constructor for class org.openlowcode.server.data.storage.AndQueryCondition
A convenience constructor to create an AND query condition with two members
AndQueryCondition(QueryCondition, QueryCondition, QueryCondition) - Constructor for class org.openlowcode.server.data.storage.AndQueryCondition
A convenience constructor to create an AND query condition with three members
AndQueryCondition(QueryCondition, QueryCondition, QueryCondition, QueryCondition) - Constructor for class org.openlowcode.server.data.storage.AndQueryCondition
A convenience constructor to create an AND query condition with three members
ApplocaleChoiceDefinition - Class in org.openlowcode.module.system.data.choice
 
apply(MessageWriter) - Method in interface org.openlowcode.client.runtime.ConnectionToServer.WriterToServer
 
Appuser - Class in org.openlowcode.module.system.data
 
Appuser() - Constructor for class org.openlowcode.module.system.data.Appuser
 
Appuser(Row, TableAlias) - Constructor for class org.openlowcode.module.system.data.Appuser
 
AppuserDefinition - Class in org.openlowcode.module.system.data
 
archivethisiteration() - Method in class org.openlowcode.module.system.data.Appuser
 
archivethisiteration(ActionExecution, SecurityInDataMethod) - Method in class org.openlowcode.module.system.data.Appuser
 
archivethisiteration() - Method in class org.openlowcode.module.system.data.Email
 
archivethisiteration(ActionExecution, SecurityInDataMethod) - Method in class org.openlowcode.module.system.data.Email
 
archivethisiteration() - Method in class org.openlowcode.module.system.data.Systemattribute
 
archivethisiteration(ActionExecution, SecurityInDataMethod) - Method in class org.openlowcode.module.system.data.Systemattribute
 
archivethisiteration() - Method in class org.openlowcode.module.system.data.Task
 
archivethisiteration(ActionExecution, SecurityInDataMethod) - Method in class org.openlowcode.module.system.data.Task
 
archivethisiteration(Integer) - Method in class org.openlowcode.module.system.data.Taskuser
 
archivethisiteration(Integer, ActionExecution, SecurityInDataMethod) - Method in class org.openlowcode.module.system.data.Taskuser
 
archivethisiteration() - Method in class org.openlowcode.module.system.data.Workflow
 
archivethisiteration(ActionExecution, SecurityInDataMethod) - Method in class org.openlowcode.module.system.data.Workflow
 
archivethisiteration(E) - Method in class org.openlowcode.server.data.properties.Iterated
archives the current iteration
archivethisiteration(E, long) - Method in class org.openlowcode.server.data.properties.Iteratedautolink
archive this iteration
archivethisiteration(Integer) - Method in interface org.openlowcode.server.data.properties.IteratedautolinkInterface
archives the link
archivethisiteration() - Method in interface org.openlowcode.server.data.properties.IteratedInterface
when archiving this iteration, a copy of the current data is stored and new iteration index for current data is generated
archivethisiteration(E, Integer) - Method in class org.openlowcode.server.data.properties.Iteratedlink
archive this iteration
archivethisiteration(E[], Iteratedlink<E, F, G>[], Integer[]) - Static method in class org.openlowcode.server.data.properties.Iteratedlink
massive version of the archive iteration.
archivethisiteration(Integer) - Method in interface org.openlowcode.server.data.properties.IteratedlinkInterface
 
archivethisiteration(E, Integer) - Method in class org.openlowcode.server.data.properties.Iteratedsubobject
archive the current sub object
archivethisiteration(Integer) - Method in interface org.openlowcode.server.data.properties.IteratedsubobjectInterface
archives this version of the subobject before an update or delete.
ArgumentContent - Class in org.openlowcode.design.data
An argument content describes the name and data type of an argument to an action
ArgumentContent(String, boolean) - Constructor for class org.openlowcode.design.data.ArgumentContent
creates a new argument content
ARRAY_EDIT_HELPER - Static variable in class org.openlowcode.server.graphic.widget.SObjectArray
helper text for read-write table
ARRAY_PREFIX - Static variable in class org.openlowcode.client.action.CActionDataLoc
 
ARRAY_RO_HELPER - Static variable in class org.openlowcode.server.graphic.widget.SObjectArray
helper for read-only table
ArrayArgument - Class in org.openlowcode.design.data.argument
an argument made of an array of arguments
ArrayArgument(ArgumentContent) - Constructor for class org.openlowcode.design.data.argument.ArrayArgument
creates an array argument with each element of the array being of the given argument content
ArrayBufferReplacement - Class in org.openlowcode.server.data
A static helper to replace objects by the objects in trigger buffer
ArrayBufferReplacement() - Constructor for class org.openlowcode.server.data.ArrayBufferReplacement
 
ArrayDataElt<E extends DataElt> - Class in org.openlowcode.tools.structure
An ArrayDataElement is a list of data elements with identical type and name for batch processing.This is the most basic way to send an array.
ArrayDataElt(String, DataEltType) - Constructor for class org.openlowcode.tools.structure.ArrayDataElt
 
ArrayDataElt(String, DataEltType, E[]) - Constructor for class org.openlowcode.tools.structure.ArrayDataElt
 
ArrayDataEltType<E extends DataEltType> - Class in org.openlowcode.tools.structure
 
ArrayDataEltType(E) - Constructor for class org.openlowcode.tools.structure.ArrayDataEltType
 
assignTaskToAuthority(Task, DataObjectId<Authority>, DataObjectId<Appuser>, String, String, String, String, String, String, DataObjectId<Appuser>, DataObject<?>) - Static method in class org.openlowcode.server.data.workflowhelper.WorkflowCommons
assigns a task to an authority
assignTaskToUser(Task, DataObjectId<Appuser>, String, String, String, String, String, DataObjectId<Appuser>, String, DataObject<?>) - Static method in class org.openlowcode.server.data.workflowhelper.WorkflowCommons
assigns tasks to a user
attemptToSetupLogs() - Static method in class org.openlowcode.updater.ClientUpdater
tries to setup logs.
AttributeMarker<E extends DataObject<E>,F extends SimpleDataEltType> - Class in org.openlowcode.server.graphic.widget
Attribute Marker is a way to express to an action on a page which field to get on an object.
AttributeMarker(String) - Constructor for class org.openlowcode.server.graphic.widget.AttributeMarker
 
AudittextAction - Class in org.openlowcode.module.system.action
This action allows to perform a round-trip from the client to the database, through the server.
AudittextAction(SModule) - Constructor for class org.openlowcode.module.system.action.AudittextAction
Creates the action
Authority - Class in org.openlowcode.design.access
An authority is given to user groups to provide them all the privileges assigned to this authority
Authority(String, String, String) - Constructor for class org.openlowcode.design.access.Authority
Create the authority
Authority - Class in org.openlowcode.module.system.data
 
Authority() - Constructor for class org.openlowcode.module.system.data.Authority
 
Authority(Row, TableAlias) - Constructor for class org.openlowcode.module.system.data.Authority
 
AuthorityDefinition - Class in org.openlowcode.module.system.data
 
AuthorityPrivilege - Class in org.openlowcode.design.access
An authority privilege gives rights to users with an authority to perform some actions on a data object.
AuthorityPrivilege(ActionGroup, Authority) - Constructor for class org.openlowcode.design.access.AuthorityPrivilege
create an authority privilege for the given action group and authority
AuthoritySelector - Class in org.openlowcode.design.data.properties.workflow
this user selector will send a potential task to all users part of an authority
AuthoritySelector(TotalAuthority) - Constructor for class org.openlowcode.design.data.properties.workflow.AuthoritySelector
creates an authority selection for the provided authority
AUTHORIZED - Static variable in class org.openlowcode.server.security.ActionAuthorization
 
AuthtypeChoiceDefinition - Class in org.openlowcode.module.system.data.choice
 
AutolinkObject<E extends DataObjectDefinition> - Class in org.openlowcode.design.data.properties.basic
This property creates a symetric link between objects of the same type.
AutolinkObject(E, String) - Constructor for class org.openlowcode.design.data.properties.basic.AutolinkObject
create an auto-link
AutolinkObject(E, String, String) - Constructor for class org.openlowcode.design.data.properties.basic.AutolinkObject
creates an auto-link property with specific label from left or right
AutolinkObject(E, String, String, boolean) - Constructor for class org.openlowcode.design.data.properties.basic.AutolinkObject
creates an auto-link property with specific label from left or right specifying tree display
AutolinkObject(E, String, String, WidgetDisplayPriority, WidgetDisplayPriority) - Constructor for class org.openlowcode.design.data.properties.basic.AutolinkObject
creates an auto-link property with specific label from left or right and specific priority
Autolinkobject<E extends DataObject<E> & UniqueidentifiedInterface<E>,F extends DataObject<F> & UniqueidentifiedInterface<F>> - Class in org.openlowcode.server.data.properties
An auto-link is a link between two data objects of the same class.
Autolinkobject(AutolinkobjectDefinition<E, F>, DataObjectPayload, DataObjectDefinition<F>) - Constructor for class org.openlowcode.server.data.properties.Autolinkobject
Creates an autolink object property
AutolinkobjectDefinition<E extends DataObject<E> & UniqueidentifiedInterface<E>,F extends DataObject<F> & UniqueidentifiedInterface<F>> - Class in org.openlowcode.server.data.properties
definition of a link between two objects of the same class
AutolinkobjectDefinition(DataObjectDefinition<E>, DataObjectDefinition<F>) - Constructor for class org.openlowcode.server.data.properties.AutolinkobjectDefinition
creates the definition of an auto-link object property
AutolinkobjectInterface<E extends DataObject<E> & UniqueidentifiedInterface<E>,F extends DataObject<F> & UniqueidentifiedInterface<F>> - Interface in org.openlowcode.server.data.properties
 
AutolinkobjectQueryHelper - Class in org.openlowcode.server.data.properties
the query helper of the auto-link object
AutolinkobjectQueryHelper() - Constructor for class org.openlowcode.server.data.properties.AutolinkobjectQueryHelper
 
AutomaticActionMarker - Class in org.openlowcode.design.data.properties.basic
An automatic action marker allows to set specific privileges for a specific automatically generated action
AutomaticActionMarker(String, Module) - Constructor for class org.openlowcode.design.data.properties.basic.AutomaticActionMarker
creates an automatic action marker
AutoNamingRule - Class in org.openlowcode.design.data.properties.basic
If this business rule is added to the Named property, the name is automatically generated at object creation and update.
AutoNamingRule(StringPattern, Named) - Constructor for class org.openlowcode.design.data.properties.basic.AutoNamingRule
creates an automatic naming rule for the named property
AutonamingRule<E extends DataObject<E>> - Class in org.openlowcode.server.data.properties.constraints
an auto-numbering rule generates a string automatically from an object
AutonamingRule() - Constructor for class org.openlowcode.server.data.properties.constraints.AutonamingRule
 
AutonumberingRule - Class in org.openlowcode.design.data.properties.basic
/** If this business rule is added to the Numbered property, the name is automatically generated at object creation and update.
AutonumberingRule(String, StringPattern, Numbered) - Constructor for class org.openlowcode.design.data.properties.basic.AutonumberingRule
Creates an auto-numbering rule
AutonumberingRule<E extends DataObject<E>> - Class in org.openlowcode.server.data.properties.constraints
an auto-numbering rule generates a string automatically from an object
AutonumberingRule() - Constructor for class org.openlowcode.server.data.properties.constraints.AutonumberingRule
 
autoRange(double) - Method in class org.openlowcode.client.graphic.widget.tools.TemporaryDateAxis
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Skip navigation links