Uses of Enum Class
overit.geocall.da.Command.Type
Packages that use Command.Type
-
Uses of Command.Type in overit.geocall.da
Fields in overit.geocall.da declared as Command.TypeMethods in overit.geocall.da that return Command.TypeModifier and TypeMethodDescriptionCommand.getType()Returns the type of this commandstatic Command.TypeReturns the enum constant of this class with the specified name.static Command.Type[]Command.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in overit.geocall.da with parameters of type Command.TypeModifierConstructorDescriptionCommand(String name, Command.Type t, boolean forPk) Creates a new Command instance -
Uses of Command.Type in overit.geocallapp.utilities.core.bl.common.task
Methods in overit.geocallapp.utilities.core.bl.common.task with parameters of type Command.TypeModifier and TypeMethodDescriptionprotected LongBTHistory.getOperationCodeValue(Command.Type type) Converts a command type to its corresponding numeric operation code.voidBTHistory.setHistoryParams(Command.Type type, Map<String, Object> filters) Configures the task to perform only history recording without modifying the entity.