Uses of Class
adalid.core.enums.Checkpoint
-
Packages that use Checkpoint Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.expressions adalid.core.interfaces -
-
Uses of Checkpoint in adalid.core
Methods in adalid.core that return Checkpoint Modifier and Type Method Description CheckpointAbstractDataArtifact. getDefaultCheckpoint()Methods in adalid.core with parameters of type Checkpoint Modifier and Type Method Description List<Property>AbstractPersistentEntity. getChecksColumnsList(Checkpoint checkpoint)Map<String,Property>AbstractPersistentEntity. getChecksColumnsMap(Checkpoint checkpoint)List<QueryJoin>AbstractPersistentEntity. getChecksJoinsList(Checkpoint checkpoint)Map<String,QueryJoin>AbstractPersistentEntity. getChecksJoinsMap(Checkpoint checkpoint)List<Expression>AbstractPersistentEntity. getChecksList(Checkpoint checkpoint)List<Expression>AbstractPersistentEntity. getChecksList(Checkpoint checkpoint, boolean inheritedless)protected voidAbstractDataArtifact. setDefaultCheckpoint(Checkpoint defaultCheckpoint) -
Uses of Checkpoint in adalid.core.annotations
Methods in adalid.core.annotations that return Checkpoint Modifier and Type Method Description CheckpointdefaultCheckpoint()defaultCheckpoint especifica en qué componente o componentes se debe aplicar el valor por omisión de la propiedad. -
Uses of Checkpoint in adalid.core.enums
Methods in adalid.core.enums that return Checkpoint Modifier and Type Method Description static CheckpointCheckpoint. valueOf(String name)Returns the enum constant of this type with the specified name.static Checkpoint[]Checkpoint. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Checkpoint in adalid.core.expressions
Methods in adalid.core.expressions that return Checkpoint Modifier and Type Method Description CheckpointBooleanComparisonX. getCheckpoint()CheckpointBooleanConditionalX. getCheckpoint()CheckpointBooleanDataAggregateX. getCheckpoint()CheckpointBooleanOrderedPairX. getCheckpoint()CheckpointBooleanOtherwiseX. getCheckpoint()CheckpointBooleanRowsAggregateX. getCheckpoint()CheckpointBooleanScalarX. getCheckpoint()CheckpointBooleanX. getCheckpoint()Methods in adalid.core.expressions with parameters of type Checkpoint Modifier and Type Method Description voidBooleanComparisonX. 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 Checkpoint Modifier and Type Method Description CheckpointCheck. getCheckpoint()CheckpointProperty. getDefaultCheckpoint()Methods in adalid.core.interfaces with parameters of type Checkpoint Modifier and Type Method Description voidCheck. setCheckpoint(Checkpoint checkpoint)El método setCheckpoint se utiliza para establecer en que componente o componentes se debe evaluar la expresión.
-