Uses of Interface
com.almis.awe.model.entities.Copyable
Packages that use Copyable
Package
Description
-
Uses of Copyable in com.almis.awe.model.details
Classes in com.almis.awe.model.details that implement CopyableModifier and TypeClassDescriptionclass
Stores details about a maintain operation -
Uses of Copyable in com.almis.awe.model.dto
Classes in com.almis.awe.model.dto that implement CopyableModifier and TypeClassDescriptionclass
CellData Class CellData as an standard data outputclass
DataList Classclass
Class that holds information of Query Variable obtained from AWERequest parametersclass
ServiceData Class This class is used to generate objects as return of a service callclass
Generic class that implements ResponseWrapper and is used to parse the response from a microservice/rest service when no specific class is provided -
Uses of Copyable in com.almis.awe.model.entities
Classes in com.almis.awe.model.entities that implement Copyable -
Uses of Copyable in com.almis.awe.model.entities.access
Classes in com.almis.awe.model.entities.access that implement CopyableModifier and TypeClassDescriptionclass
Profile Class Used to parse the files in profile folder with XStream These files have the specific restrictions of a profileclass
Restriction Class -
Uses of Copyable in com.almis.awe.model.entities.actions
Classes in com.almis.awe.model.entities.actions that implement CopyableModifier and TypeClassDescriptionclass
Action Class Used to parse the Actions.xml file with XStream This class is used to parse a single action inside the fileclass
Answer Class Used to parse the Actions.xml file with XStream This class is used to parse an answerclass
Call Class Used to parse the Actions.xml file with XStream This class is used to parse a callclass
ClientAction Class Used to parse the file Actions.xml with XStream Action sent to the browser to be executed at client sideclass
Parameter Class Used to parse the file Actions.xml with XStream Client action parameter -
Uses of Copyable in com.almis.awe.model.entities.email
Classes in com.almis.awe.model.entities.email that implement CopyableModifier and TypeClassDescriptionclass
Email Classclass
EmailItem Classclass
EmailMessage Class -
Uses of Copyable in com.almis.awe.model.entities.enumerated
Classes in com.almis.awe.model.entities.enumerated that implement CopyableModifier and TypeClassDescriptionclass
EnumeratedGroup Class Used to parse the file Enumerated.xml with XStream Generates an enumerated group -
Uses of Copyable in com.almis.awe.model.entities.maintain
Classes in com.almis.awe.model.entities.maintain that implement CopyableModifier and TypeClassDescriptionclass
Commit Class Used to parse the file Maintain.xml with XStream Target for launching a commitclass
Delete Classclass
Email Classclass
Serve Classclass
Insert Class Used to parse the file Maintain.xml with XStream Target for insert records.class
MaintainQuery Class Used to parse the file Maintain.xml with XStream Parent class for Insert, Update and Delete and Service operations.class
Multiple Class Used to parse the file Maintain.xml with XStream Target for multiple update records.class
Serve Class Used to parse the file Maintain.xml with XStream Target for calling serviceclass
Multiple Class Used to parse the file Maintain.xml with XStream Target for multiple update records.class
Serve Class Used to parse the file Maintain.xml with XStream Target for calling serviceclass
Target Class Used to parse the file Maintain.xml with XStream Contains a list of maintain queries and allows to launch them allclass
Update Class -
Uses of Copyable in com.almis.awe.model.entities.queries
Classes in com.almis.awe.model.entities.queries that implement CopyableModifier and TypeClassDescriptionclass
Case Classclass
CaseWhen Classclass
Compound Class Used to parse the files Queries.xml with XStream Compund fieldsclass
Computed Class Used to parse the file Queries.xml with XStream Computed field from queries.class
Variable Class Used to parse the files Queries.xml and Maintain.xml with XStream Parses a variable in the queryclass
Field Class Used to parse the files Queries.xml and Maintain.xml with XStream Table Fields from queries and maintainclass
Filter Classclass
FilterAnd Class Used to parse the files Queries.xml and Maintain.xml with XStream Filter group concatenated with 'AND'class
FilterGroup Class Used to parse the files Queries.xml and Maintain.xml with XStream Filter group.class
FilterOr Class Used to parse the files Queries.xml and Maintain.xml with XStream Filter group concatenated with 'OR'class
GroupBy Class Used to parse the files Queries.xml with XStream Generates a group by statement inside a queryclass
Join Class Used to parse the files Queries.xml with XStream Generates a join with another tableclass
Operation Class Used to parse the files Queries.xml and Maintain.xml with XStream Wrapper around elements that should be operated by an operatorclass
OrderBy Class Used to parse the files Queries.xml with XStream Generates an order by statementclass
OutputField Class Used to parse the files Queries.xml and Maintain.xml with XStream Superclass of Field and Computed classclass
Over Class Used to parse window functions Generates a OVER condition in a queryclass
PartitionBy Class Used to parse the files Queries.xml with XStream Generates a group by statement inside a queryclass
Query Class Used to parse the files Queries.xml with XStream Generates and launches a query statementclass
SqlField Class Used to parse the files Queries.xml and Maintain.xml with XStream Superclass of Field and Computed classclass
Table Class Used to parse the files Queries.xml with XStream Generates a table statementclass
Totalize Class Used to parse the file Queries.xml with XStream Totalize from queries.class
TotalizeBy Class Used to parse the files Queries.xml and Maintain.xml with XStream Fields used to totalizeclass
TotalizeBy Class Used to parse the files Queries.xml and Maintain.xml with XStream Fields which are going to be totalizedclass
Transition field Class Used to parse the files Queries.xml and Maintain.xml with XStream Table Fields from queries and maintainclass
Union Class Used to parse the files Queries.xml with XStream Generates an union statementclass
Variable Class Used to parse the files Queries.xml and Maintain.xml with XStream Parses a variable in the query -
Uses of Copyable in com.almis.awe.model.entities.queues
Classes in com.almis.awe.model.entities.queues that implement CopyableModifier and TypeClassDescriptionclass
JmsMessage Class Superclass of MessageRequest and MessageResponseclass
MessageParameter Class Used to parse the tag 'message-parameter' in file Queues.xml with XStream This class is used to instantiate message parameters for a queueclass
MessageStatus Class Used to parse the tag 'message-status' in file Queues.xml with XStream This class is used to instantiate message status for a queueclass
MessageWrapper Class Used to parse the tag 'message-wrapper' in file Queues.xml with XStream This class is used to instantiate message parameters for a queueclass
Queue Class Used to parse the tag 'service' in file Services.xml with XStream This file contains the list of application serviceclass
RequestMessage Class Request message XML Wrapperclass
ResponseMessage Class Response message XML Wrapper -
Uses of Copyable in com.almis.awe.model.entities.screen
Classes in com.almis.awe.model.entities.screen that implement CopyableModifier and TypeClassDescriptionclass
Include Class Used to include another screen target with XStream Loads another target from another screenclass
Message Class Used to parse a message tag with XStream Generates a piece of code with literals that can be used to retrieve confirmation title and descriptionsclass
Screen Class Used to parse the files in the screen folder with XStream Base tag for each screenclass
Tag Class Used to parse screen actions with XStream Default HTML tagclass
Message Class Used to parse a message tag with XStream Generates a piece of code with literals that can be used to retrieve confirmation title and descriptions -
Uses of Copyable in com.almis.awe.model.entities.screen.component
Classes in com.almis.awe.model.entities.screen.component that implement CopyableModifier and TypeClassDescriptionclass
Component decorator Used to parse a COMPONENT with XStream Superclass of all component, like Window, Button, ButtonAction, Message, Column, Criteria, Grid, Tabclass
Dialog Classclass
Message Class Used to parse a message tag with XStream Generates a piece of code with literals that can be used to retrieve confirmation title and descriptionsclass
Image Tag Class Used to parse a tag with XStream Default HTML Image tagclass
Info Classclass
A Tag Class Used to parse a tag with XStream Default HTML A tagclass
MenuContainer Class Used to parse a menu tag with XStream Generates a piece of code with literals that can be used to retrieve confirmation title and descriptionsclass
Resizable Class Used to parse a resizable tag with XStream Generates a resizable structureclass
TagList Classclass
Video Tag Class Used to parse video tag with XStream Default HTML video tagclass
Window Class Used to parse a window tag with XStream Generates a window structure with header center and footing -
Uses of Copyable in com.almis.awe.model.entities.screen.component.action
Classes in com.almis.awe.model.entities.screen.component.action that implement CopyableModifier and TypeClassDescriptionclass
AbstractAction Class Used to parse screen actions with XStream Parent class for ButtonAction, Menu and Option classesclass
ButtonAction Class Used to parse button actions with XStream ButtonAction class extends from AbstractActionclass
Dependency Class Used to parse a criteria dependency with XStreamclass
DependencyAction Class Used to parse dependency actions with XStream DependencyAction class extends from AbstractActionclass
DependencyElement Class Used to parse a criteria dependency element with XStream -
Uses of Copyable in com.almis.awe.model.entities.screen.component.button
Classes in com.almis.awe.model.entities.screen.component.button that implement CopyableModifier and TypeClassDescriptionclass
Button Class Used to parse the Button Component in a screen with XStream Launches contained Button Actions when it is clickedclass
Avatar Class Used to add an avatar element with XStreamclass
Button Class Used to parse the Button Component in a screen with XStream Launches contained Button Actions when it is clickedclass
ContextButton Class Used to add an context menu option with XStreamclass
ContextSeparator Class Used to add an context menu separator with XStreamclass
InfoButton Class Used to add an info with info button element with XStream -
Uses of Copyable in com.almis.awe.model.entities.screen.component.chart
Classes in com.almis.awe.model.entities.screen.component.chart that implement CopyableModifier and TypeClassDescriptionclass
ChartAxis Classclass
Chart Classclass
ChartAxis Classclass
ChartLegend Classclass
ChartParameter Classclass
ChartSerie Classclass
Bean to define a chart serie pointclass
ChartTooltip Class -
Uses of Copyable in com.almis.awe.model.entities.screen.component.container
Classes in com.almis.awe.model.entities.screen.component.container that implement CopyableModifier and TypeClassDescriptionclass
AccordionItem Class Used to parse an accordion item with XStream Generates an accordion itemclass
Container Class Panel classclass
TabContainer Class Used to parse a tab with XStream Generates an screen criteriaclass
WizardPanel Class Used to parse a wizard panel with XStream Generates an wizard panel -
Uses of Copyable in com.almis.awe.model.entities.screen.component.criteria
Classes in com.almis.awe.model.entities.screen.component.criteria that implement CopyableModifier and TypeClassDescriptionclass
Abstract Criteria Class Screen criteriaclass
Criteria Class Used to parse a criteria tag with XStream Generates an screen criteriaclass
InfoCriteria Class Used to add an info with criteria element with XStream -
Uses of Copyable in com.almis.awe.model.entities.screen.component.grid
Classes in com.almis.awe.model.entities.screen.component.grid that implement CopyableModifier and TypeClassDescriptionclass
Grid Classclass
Column Class Used to parse a grid column with XStream Column class extends from Criteriaclass
Grid Class Used to parse a grid tag with XStream Generates an screen data gridclass
GroupHeader Class Used to add an GROUP header to a grid with XStream -
Uses of Copyable in com.almis.awe.model.entities.screen.component.panelable
Classes in com.almis.awe.model.entities.screen.component.panelable that implement CopyableModifier and TypeClassDescriptionclass
Accordion Class Used to parse an accordion with XStream Generates an accordion with collapsible elementsclass
Tab Class Panelable class Generates an screen criteriaclass
Tab Class Used to parse a tab with XStream Generates an screen criteriaclass
Wizard Class Used to parse a wizard with XStream Generates an screen wizard -
Uses of Copyable in com.almis.awe.model.entities.screen.component.pivottable
Classes in com.almis.awe.model.entities.screen.component.pivottable that implement CopyableModifier and TypeClassDescriptionclass
PivotTable Class Used to parse a pivot table tag with XStream Generates an screen pivot table -
Uses of Copyable in com.almis.awe.model.entities.screen.component.widget
Classes in com.almis.awe.model.entities.screen.component.widget that implement CopyableModifier and TypeClassDescriptionclass
Widget Decoratorclass
Widget Class Used to parse a widget tag with XStream Generates an screen widgetclass
WidgetParameter Class Used to parse a widget parameter or parameter group with XStream Widget parameter or widget parameter list -
Uses of Copyable in com.almis.awe.model.entities.services
Subinterfaces of Copyable in com.almis.awe.model.entities.servicesClasses in com.almis.awe.model.entities.services that implement CopyableModifier and TypeClassDescriptionclass
ServiceRest Class Used to parse the tag 'rest' in file Services.xml with XStream This file contains a rest call using the default REST URL and the service parametersclass
Service Class Used to parse the tag 'service' in file Services.xml with XStream This file contains the list of application serviceclass
ServiceInputParameter Class Used to parse the tag 'service_parameter' in file Services.xml with XStream This class is used to instantiate input parameters for a serviceclass
ServiceJava Class Used to parse the tag 'java' in file Services.xml with XStream This file contains a 'Java Service', which means a method inside a classnameclass
ServiceMicroservice Class Used to parse the tag 'microservice' in file Services.xml with XStream This file contains a Microservice call using the default Microservice URL and the service parametersclass
ServiceOutputParameter Classclass
ServiceRest Class Used to parse the tag 'rest' in file Services.xml with XStream This file contains a rest call using the default REST URL and the service parameters -
Uses of Copyable in com.almis.awe.model.util.data
Methods in com.almis.awe.model.util.data with type parameters of type CopyableModifier and TypeMethodDescriptionstatic <T extends Copyable>
TListUtil.copyElement
(T element) Copy a single elementGet a copy of a listGet a copy of a map