Interface Transformers.OperationExcludedTransformationRegistry
- Enclosing interface:
- Transformers
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides information on whether a target process is excluded from receiving operations for a particular resource addresses.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Transformers.OperationExcludedTransformationRegistryA defaultTransformers.OperationExcludedTransformationRegistrythat says that no addresses are being excluded. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisOperationExcluded(PathAddress address, String operationName) Gets whether an operation with the givenaddressshould be excluded from normalTransformationTarget.resolveTransformer(TransformationContext, PathAddress, String)transformation} and instead simplydiscarded.
-
Field Details
-
DEFAULT
A defaultTransformers.OperationExcludedTransformationRegistrythat says that no addresses are being excluded.
-
-
Method Details
-
isOperationExcluded
Gets whether an operation with the givenaddressshould be excluded from normalTransformationTarget.resolveTransformer(TransformationContext, PathAddress, String)transformation} and instead simplydiscarded.- Parameters:
address- the operation address. Cannot benulloperationName- the name of the operation- Returns:
trueif the operation should be excluded from normal operation transformation
-