Package | Description |
---|---|
com.evolveum.midpoint.web.component.prism | |
com.evolveum.midpoint.web.component.util |
Modifier and Type | Method and Description |
---|---|
ContainerStatus |
ObjectWrapper.getStatus() |
static ContainerStatus |
ContainerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerStatus[] |
ContainerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ContainerWrapper(ObjectWrapper object,
T container,
ContainerStatus status,
ItemPath path) |
ObjectWrapper(String displayName,
String description,
PrismObject object,
PrismContainerDefinition editedDefinition,
ContainerStatus status) |
ObjectWrapper(String displayName,
String description,
PrismObject object,
PrismContainerDefinition editedDefinition,
RefinedObjectClassDefinition refinedObjectClassDefinition,
ContainerStatus status) |
Modifier and Type | Method and Description |
---|---|
static <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectWrapperUtil.createObjectWrapper(String displayName,
String description,
PrismObject<O> object,
ContainerStatus status,
PageBase pageBase) |
Copyright © 2014 evolveum. All rights reserved.