Interface ObjectMarkHelper.ObjectMarksComputer
- Enclosing class:
- ObjectMarkHelper
public static interface ObjectMarkHelper.ObjectMarksComputer
-
Method Summary
Modifier and TypeMethodDescription@Nullable ObjectMarkHelper.MarkPresence
computeObjectMarkPresence
(@NotNull String markOid, @NotNull OperationResult result) Computes recomputable object mark presence for given object.@NotNull Collection<String>
Returns OIDs of marks managed by this provider.
-
Method Details
-
computeObjectMarkPresence
@Nullable @Nullable ObjectMarkHelper.MarkPresence computeObjectMarkPresence(@NotNull @NotNull String markOid, @NotNull @NotNull OperationResult result) throws SchemaException Computes recomputable object mark presence for given object. Does not deal with policy statements in any way. Returnsnull
if the mark is not present.- Throws:
SchemaException
-
getComputableMarksOids
Returns OIDs of marks managed by this provider.
-