Uses of Enum Class
org.keycloak.models.map.storage.tree.TreeStorageNodePrescription.FieldContainedStatus
Packages that use TreeStorageNodePrescription.FieldContainedStatus
-
Uses of TreeStorageNodePrescription.FieldContainedStatus in org.keycloak.models.map.storage.tree
Methods in org.keycloak.models.map.storage.tree that return TreeStorageNodePrescription.FieldContainedStatusModifier and TypeMethodDescriptionTreeStorageNodeInstance.isCacheFor
(EntityField<V> field, Object parameter) TreeStorageNodePrescription.isCacheFor
(EntityField<?> field, Object parameter) TreeStorageNodeInstance.isPrimarySourceFor
(Enum<? extends EntityField<V>> field, Object parameter) TreeStorageNodePrescription.isPrimarySourceFor
(EntityField<?> field, Object parameter) Returns if the given field is primary source for the field, potentially specified further by a parameter.TreeStorageNodePrescription.FieldContainedStatus.max
(Supplier<TreeStorageNodePrescription.FieldContainedStatus> otherFunc) TreeStorageNodePrescription.FieldContainedStatus.max
(TreeStorageNodePrescription.FieldContainedStatus other) TreeStorageNodePrescription.FieldContainedStatus.minus
(TreeStorageNodePrescription.FieldContainedStatus s) Returns the status of the field if this field status in this node was stripped off the field statuss
.Returns the enum constant of this class with the specified name.TreeStorageNodePrescription.FieldContainedStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.models.map.storage.tree with parameters of type TreeStorageNodePrescription.FieldContainedStatusModifier and TypeMethodDescriptionTreeStorageNodePrescription.FieldContainedStatus.max
(TreeStorageNodePrescription.FieldContainedStatus other) TreeStorageNodePrescription.FieldContainedStatus.minus
(TreeStorageNodePrescription.FieldContainedStatus s) Returns the status of the field if this field status in this node was stripped off the field statuss
.Method parameters in org.keycloak.models.map.storage.tree with type arguments of type TreeStorageNodePrescription.FieldContainedStatusModifier and TypeMethodDescriptionTreeStorageNodePrescription.FieldContainedStatus.max
(Supplier<TreeStorageNodePrescription.FieldContainedStatus> otherFunc)