Interface ResourceObjectInboundProcessingDefinition.FocusSpecification

Enclosing interface:
ResourceObjectInboundProcessingDefinition

@Experimental public static interface ResourceObjectInboundProcessingDefinition.FocusSpecification
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 Details

    • none

      No focus objects are expected.
    • getArchetypeOid

      String getArchetypeOid()
      OID of the structural archetype for the focus objects. Not applicable for the assignments.
    • getAssignmentSubtype

      String getAssignmentSubtype()
      Subtype of the assignments. Not applicable for real focus objects.