Package com.evolveum.midpoint.util
Interface HumanReadableDescribable
-
- All Known Implementing Classes:
ProjectionContextFilter
,ProjectionContextKey
,ProjectionContextKey.Classified
,ProjectionContextKey.WithResource
,ResourceOperationCoordinates
,ResourceOperationCoordinates.ObjectClassScoped
,ResourceOperationCoordinates.ResourceScoped
,ResourceOperationCoordinates.TypeScoped
,ResourceShadowCoordinates
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface HumanReadableDescribable
Object that can provide short, human-readable description. The description should be suitable for logging and presentation to users (non-developers).- Author:
- semancik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toHumanReadableDescription()
-
-
-
Method Detail
-
toHumanReadableDescription
String toHumanReadableDescription()
-
-