All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static <C extends Containerable> void |
cleanupEmptyContainers(PrismContainer<C> container) |
|
static <C extends Containerable> PrismContainerValue<C> |
cleanupEmptyContainerValue(PrismContainerValue<C> value) |
|
static ProvenanceAcquisitionType |
createAcquition() |
|
static <IW extends ItemWrapper,PV extends PrismValue,VW extends PrismValueWrapper> VW |
createNewValueWrapper(IW itemWrapper,
PV newValue,
PageBase pageBase,
org.apache.wicket.ajax.AjaxRequestTarget target) |
|
static <IW extends ItemWrapper,PV extends PrismValue,VW extends PrismValueWrapper> VW |
createNewValueWrapper(IW itemWrapper,
PV newValue,
ModelServiceLocator modelServiceLocator) |
|
static <IW extends ItemWrapper,PV extends PrismValue,VW extends PrismValueWrapper> VW |
createNewValueWrapper(IW itemWrapper,
PV newValue,
ModelServiceLocator modelServiceLocator,
WrapperContext wrapperContext) |
|
static <IW extends ItemWrapper,PV extends PrismValue,VW extends PrismValueWrapper> VW |
createNewValueWrapper(IW itemWrapper,
PV newValue,
ValueStatus status,
ModelServiceLocator modelServiceLocator) |
|
static <IW extends ItemWrapper,PV extends PrismValue,VW extends PrismValueWrapper> VW |
createNewValueWrapper(IW itemWrapper,
PV newValue,
ValueStatus status,
ModelServiceLocator modelServiceLocator,
WrapperContext context) |
|
static ItemPanel |
createVerticalPropertyPanel(String id,
org.apache.wicket.model.IModel<? extends ItemWrapper<?,?>> model,
ItemPanelSettings origSettings) |
|
static <IW extends ItemWrapper> IW |
findItemWrapper(ItemWrapper<?,?> child,
ItemPath absoluthPathToFind,
Class<IW> wrapperClass) |
|
static <T> PrismPropertyWrapper<T> |
findPropertyWrapper(ItemWrapper<?,?> child,
ItemPath pathToFind) |
|
static <R extends Referencable> PrismReferenceWrapper<R> |
findReferenceWrapper(ItemWrapper<?,?> child,
ItemPath pathToFind) |
|
static <T> PrismPropertyValue<T> |
findSinglePropertyValue(ItemWrapper<?,?> child,
ItemPath pathToFind) |
|
static <R extends Referencable> PrismReferenceValue |
findSingleReferenceValue(ItemWrapper<?,?> child,
ItemPath pathToFind) |
|
static <ID extends ItemDefinition<I>,I extends Item<?,?>> String |
getHelpText(ID def,
Class<?> containerClass) |
|
static PrismContainerValue<ValueMetadataType> |
getNewYieldValue() |
|
static boolean |
hasValueTemplateMetadata(PrismValue value) |
|
static <C extends Containerable> boolean |
isUseAsEmptyValue(PrismContainerValue<C> valueAfter) |
|
static boolean |
isValueFromResourceTemplate(PrismValue valueFromDelta,
PrismContainer parent) |
|
static List<ResourceAttributeDefinition> |
searchAttributeDefinitions(ResourceSchema schema,
ResourceObjectTypeDefinitionType objectType) |
|