Uses of Enum Class
adalid.core.enums.Checkpoint
Packages that use Checkpoint
-
Uses of Checkpoint in adalid.core
Methods in adalid.core that return CheckpointModifier and TypeMethodDescriptionAbstractDataArtifact.getDefaultCheckpoint()AbstractEntity.getDeleteFilterCheckpoint()AbstractEntity.getUpdateFilterCheckpoint()Methods in adalid.core with parameters of type CheckpointModifier and TypeMethodDescriptionAbstractPersistentEntity.getChecksColumnsList(Checkpoint checkpoint) AbstractPersistentEntity.getChecksColumnsMap(Checkpoint checkpoint) AbstractPersistentEntity.getChecksJoinsList(Checkpoint checkpoint) AbstractPersistentEntity.getChecksJoinsMap(Checkpoint checkpoint) AbstractPersistentEntity.getChecksList(Checkpoint checkpoint) AbstractPersistentEntity.getChecksList(Checkpoint checkpoint, boolean inheritedless) protected voidAbstractDataArtifact.setDefaultCheckpoint(Checkpoint defaultCheckpoint) -
Uses of Checkpoint in adalid.core.enums
Methods in adalid.core.enums that return CheckpointModifier and TypeMethodDescriptionstatic CheckpointReturns the enum constant of this class with the specified name.static Checkpoint[]Checkpoint.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Checkpoint in adalid.core.expressions
Methods in adalid.core.expressions that return CheckpointModifier and TypeMethodDescriptionBooleanComparisonX.getCheckpoint()BooleanConditionalX.getCheckpoint()BooleanDataAggregateX.getCheckpoint()BooleanOrderedPairX.getCheckpoint()BooleanOtherwiseX.getCheckpoint()BooleanRowsAggregateX.getCheckpoint()BooleanScalarX.getCheckpoint()BooleanX.getCheckpoint()Methods in adalid.core.expressions with parameters of type CheckpointModifier and TypeMethodDescriptionvoidBooleanComparisonX.setCheckpoint(Checkpoint checkpoint) El método setCheckpoint se utiliza para establecer en que componente o componentes se debe evaluar la expresión.voidBooleanConditionalX.setCheckpoint(Checkpoint checkpoint) El método setCheckpoint se utiliza para establecer en que componente o componentes se debe evaluar la expresión.voidBooleanDataAggregateX.setCheckpoint(Checkpoint checkpoint) El método setCheckpoint se utiliza para establecer en que componente o componentes se debe evaluar la expresión.voidBooleanOrderedPairX.setCheckpoint(Checkpoint checkpoint) El método setCheckpoint se utiliza para establecer en que componente o componentes se debe evaluar la expresión.voidBooleanOtherwiseX.setCheckpoint(Checkpoint checkpoint) El método setCheckpoint se utiliza para establecer en que componente o componentes se debe evaluar la expresión.voidBooleanRowsAggregateX.setCheckpoint(Checkpoint checkpoint) El método setCheckpoint se utiliza para establecer en que componente o componentes se debe evaluar la expresión.voidBooleanScalarX.setCheckpoint(Checkpoint checkpoint) El método setCheckpoint se utiliza para establecer en que componente o componentes se debe evaluar la expresión.voidBooleanX.setCheckpoint(Checkpoint checkpoint) El método setCheckpoint se utiliza para establecer en que componente o componentes se debe evaluar la expresión. -
Uses of Checkpoint in adalid.core.interfaces
Methods in adalid.core.interfaces that return CheckpointMethods in adalid.core.interfaces with parameters of type CheckpointModifier and TypeMethodDescriptionvoidCheck.setCheckpoint(Checkpoint checkpoint) El método setCheckpoint se utiliza para establecer en que componente o componentes se debe evaluar la expresión.