Annotation Type CollectionInstance
-
@Retention(RUNTIME) public @interface CollectionInstance
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description PanelDisplay
display
Defined display parameters for the panels, such as an icon, label, display oreder...
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description OperationTypeType[]
applicableForOperation
Defined the type of the operation when the panel is visible.Class<? extends Containerable>
applicableForType
The type for which the panel is applicable for.String
identifier
-
-
-
Element Detail
-
display
PanelDisplay display
Defined display parameters for the panels, such as an icon, label, display oreder...
-
-
-
identifier
String identifier
- Default:
- ""
-
-
-
applicableForType
Class<? extends Containerable> applicableForType
The type for which the panel is applicable for.- Default:
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType.class
-
-
-
applicableForOperation
OperationTypeType[] 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}
-
-