public final class RoleUnitHolder extends ExternalRecordHolderBase
| Modifier and Type | Field and Description |
|---|---|
static String |
METADATA
The property key of RoleUnit metadata.
|
static String |
NAME
The property key of RoleUnit name.
|
static String |
PARAMETERS
The property key of RoleUnit parameters.
|
static String |
ROLE_UNIT_NOT_FOUND_ERROR
Error code used when a role-unit is not found.
|
NO_PROPERTY_MSG| Modifier and Type | Method and Description |
|---|---|
RoleUnitHolder |
getCompiled(Object compiledContext)
Returns instance of the compiled record for this record holder.
|
MapHolder |
getMetadata()
Returns the metadata map of this RoleUnit.
|
String |
getName()
Returns the full string name of this RoleUnit.
|
MapHolder |
getParameters()
Returns the parameter map of this RoleUnit.
|
Object |
getProperty(String name)
Returns the property given the property name, if no such property exists, exception is
thrown.
|
RoleUnitName |
getRoleUnitName()
Returns the corresponding
RoleUnitName. |
void |
setProperty(String name,
Object value)
Sets the property given the property name.
|
equals, getAdapter, getAdapterInternal, getIdentificationString, getJavaIdentification, getVersion, hashCode, remove, setAdapterasMap, clearRuntimeValues, createChangeProxy, createPropertyProxy, executeMethod, getBaseLevelHolder, getEvaluationLevel, getJavaObject, getNamespace, getOriginalRecord, getProxiedRecord, getProxyLevel, getProxySet, getRecordOnProxyLevel, getType, hasOptimisticLockRelevantChanges, isProxy, isRemoved, isUpdateNecessary, mergeChanges, setCompiled, setThisSideOfAssociationgetBaseLevelEntityId, getConverter, getEvaluationConverter, getHandle, getId, getModelInstance, getModelProvider, getNotCompiledValueHolder, getProcessModel, getVal, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasMap, createChangeProxy, createPropertyProxy, executeMethod, getBaseLevelEntityId, getBaseLevelHolder, getEvaluationLevel, getJavaObject, getNamespace, getOriginalRecord, getProxiedRecord, getProxyLevel, getProxySet, getRecordOnProxyLevel, getType, hasOptimisticLockRelevantChanges, isProxy, isRemoved, mergeChanges, setCompiledgetId, getNotCompiledValueHolderisUpdateNecessary, setThisSideOfAssociationpublic static final String ROLE_UNIT_NOT_FOUND_ERROR
public static final String NAME
public static final String PARAMETERS
public static final String METADATA
public RoleUnitName getRoleUnitName()
RoleUnitName.RoleUnitNamepublic String getName()
public MapHolder getParameters()
public MapHolder getMetadata()
public Object getProperty(String name)
RecordHolderpublic void setProperty(String name, Object value)
RecordHolderpublic RoleUnitHolder getCompiled(Object compiledContext)
RecordHoldergetCompiled in interface RecordHoldergetCompiled in class RecordHolderBase<ExternalValue>Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.