Annotation Type CollectionInstance
- 
 @Retention(RUNTIME) public @interface CollectionInstance 
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description PanelDisplaydisplayDefined display parameters for the panels, such as an icon, label, display oreder...
 - 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description OperationTypeType[]applicableForOperationDefined the type of the operation when the panel is visible.Class<? extends Containerable>applicableForTypeThe type for which the panel is applicable for.Stringidentifier
 
- 
- 
- 
Element Detail- 
displayPanelDisplay display Defined display parameters for the panels, such as an icon, label, display oreder...
 
- 
 - 
- 
identifierString identifier - Default:
- ""
 
 
- 
 - 
- 
applicableForTypeClass<? extends Containerable> applicableForType The type for which the panel is applicable for.- Default:
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType.class
 
 
- 
 - 
- 
applicableForOperationOperationTypeType[] applicableForOperation Defined the type of the operation when the panel is visible. Default behavior is that the panel is visible for both - ADD new object and MODIFY object.- Default:
- {com.evolveum.midpoint.xml.ns._public.common.common_3.OperationTypeType.ADD, com.evolveum.midpoint.xml.ns._public.common.common_3.OperationTypeType.MODIFY}
 
 
- 
 
-