Interface ResourceObjectInboundProcessingDefinition.FocusSpecification
- Enclosing interface:
- ResourceObjectInboundProcessingDefinition
What focus objects correspond to the given resource object?
- If the resource object is a regular shadow, we assume the focus objects will be
FocusType
or its subtypes.
- If the resource object is an association value, we assume the focus objects will be AssignmentType
.
Experimental. This interface is only a single access channel to that information. Other places access it directly,
like using ResourceObjectFocusSpecificationType.getType()
etc.
TODO Consider whether it is useful at all.-
Method Summary
Modifier and TypeMethodDescriptionOID of the structural archetype for the focus objects.Subtype of the assignments.none()
No focus objects are expected.
-
Method Details