Class MaintainQuery
java.lang.Object
com.almis.awe.model.entities.queries.Query
com.almis.awe.model.entities.maintain.MaintainQuery
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
- Direct Known Subclasses:
Commit
,Delete
,Email
,IncludeTarget
,Insert
,Multiple
,Queue
,RetrieveData
,Serve
,Update
MaintainQuery Class
Used to parse the file Maintain.xml with XStream
Parent class for Insert, Update and Delete and Service operations. Contains default attributes and methods
- Author:
- Ismael SERRANO - 28/JUN/2010
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the maintain typeboolean
isBatch()
Returns if is batchMethods inherited from class com.almis.awe.model.entities.queries.Query
copy, getElementKey, getFieldList, getVariableDefinition, isCacheable, isDistinct, isPaginationManaged, isPostProcessed, isPublic, toString
-
Constructor Details
-
MaintainQuery
public MaintainQuery()
-
-
Method Details
-
isBatch
public boolean isBatch()Returns if is batch- Returns:
- Is batch
-
getMaintainType
Returns the maintain type- Returns:
- Maintain type
-