Uses of Class
adalid.core.Step
-
Packages that use Step Package Description adalid.core adalid.core.comparators adalid.core.interfaces meta.entidad.comun.control.acceso.ext -
-
Uses of Step in adalid.core
Methods in adalid.core that return Step Modifier and Type Method Description StepDisplayField. getStep()StepEntityCollection. getStep()Methods in adalid.core that return types with arguments of type Step Modifier and Type Method Description List<Step>AbstractDataArtifact. getEnclosingSteps()List<Step>AbstractEntity. getStepsList()Map<String,Step>AbstractEntity. getStepsMap()Methods in adalid.core with parameters of type Step Modifier and Type Method Description voidTab. copy(Step step)El método copy produce una copia profunda de un paso.voidTab. copy(Step step, boolean deep)El método copy copia los atributos de un paso.List<? extends DisplayField>Display. getRootFields(Step step) -
Uses of Step in adalid.core.comparators
Methods in adalid.core.comparators with parameters of type Step Modifier and Type Method Description intByStepName. compare(Step o1, Step o2)intByStepSequence. compare(Step o1, Step o2) -
Uses of Step in adalid.core.interfaces
Methods in adalid.core.interfaces that return types with arguments of type Step Modifier and Type Method Description List<Step>Property. getEnclosingSteps()List<Step>Entity. getStepsList()Map<String,Step>Entity. getStepsMap() -
Uses of Step in meta.entidad.comun.control.acceso.ext
Fields in meta.entidad.comun.control.acceso.ext declared as Step Modifier and Type Field Description protected StepUsuario. step10protected StepUsuario. step20protected StepUsuario. step30protected StepUsuario. step40protected StepUsuario. step50
-