Uses of Enum Class
com.almis.awe.model.type.MaintainType
Packages that use MaintainType
Package
Description
-
Uses of MaintainType in com.almis.awe.model.details
Methods in com.almis.awe.model.details that return MaintainTypeModifier and TypeMethodDescriptionMaintainResultDetails.getOperationType()
Retrieves operation typeMethods in com.almis.awe.model.details with parameters of type MaintainTypeModifier and TypeMethodDescriptionvoid
MaintainResultDetails.setOperationType
(MaintainType operationType) Sets operation typeConstructors in com.almis.awe.model.details with parameters of type MaintainTypeModifierConstructorDescriptionMaintainResultDetails
(MaintainType operationType, Long rowsAffected) ConstructorMaintainResultDetails
(MaintainType operationType, Long rowsAffected, Map<String, QueryParameter> parameterMap) Constructor -
Uses of MaintainType in com.almis.awe.model.entities.maintain
Methods in com.almis.awe.model.entities.maintain that return MaintainTypeModifier and TypeMethodDescriptionCommit.getMaintainType()
Delete.getMaintainType()
Email.getMaintainType()
IncludeTarget.getMaintainType()
Insert.getMaintainType()
MaintainQuery.getMaintainType()
Returns the maintain typeMultiple.getMaintainType()
Queue.getMaintainType()
RetrieveData.getMaintainType()
Serve.getMaintainType()
Update.getMaintainType()
-
Uses of MaintainType in com.almis.awe.model.type
Methods in com.almis.awe.model.type that return MaintainTypeModifier and TypeMethodDescriptionstatic MaintainType
Returns the enum constant of this class with the specified name.static MaintainType[]
MaintainType.values()
Returns an array containing the constants of this enum class, in the order they are declared.