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
public abstract class MaintainQuery extends Query
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaintainQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaintainType
getMaintainType()
Returns the maintain typeboolean
isBatch()
Returns if is batch-
Methods inherited from class com.almis.awe.model.entities.queries.Query
copy, getElementKey, getFieldList, getVariableDefinition, isCacheable, isDistinct, isPaginationManaged, isPostProcessed, isPublic, toString
-
-
-
-
Method Detail
-
isBatch
public boolean isBatch()
Returns if is batch- Returns:
- Is batch
-
getMaintainType
public MaintainType getMaintainType()
Returns the maintain type- Returns:
- Maintain type
-
-