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, setAdapter
asMap, clearRuntimeValues, createChangeProxy, createPropertyProxy, executeMethod, getBaseLevelHolder, getEvaluationLevel, getJavaObject, getNamespace, getOriginalRecord, getProxiedRecord, getProxyLevel, getProxySet, getRecordOnProxyLevel, getType, hasOptimisticLockRelevantChanges, isProxy, isRemoved, isUpdateNecessary, mergeChanges, setCompiled, setThisSideOfAssociation
getBaseLevelEntityId, getConverter, getEvaluationConverter, getHandle, getId, getModelInstance, getModelProvider, getNotCompiledValueHolder, getProcessModel, getVal, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
asMap, createChangeProxy, createPropertyProxy, executeMethod, getBaseLevelEntityId, getBaseLevelHolder, getEvaluationLevel, getJavaObject, getNamespace, getOriginalRecord, getProxiedRecord, getProxyLevel, getProxySet, getRecordOnProxyLevel, getType, hasOptimisticLockRelevantChanges, isProxy, isRemoved, mergeChanges, setCompiled
getId, getNotCompiledValueHolder
isUpdateNecessary, setThisSideOfAssociation
public 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
.RoleUnitName
public String getName()
public MapHolder getParameters()
public MapHolder getMetadata()
public Object getProperty(String name)
RecordHolder
public void setProperty(String name, Object value)
RecordHolder
public RoleUnitHolder getCompiled(Object compiledContext)
RecordHolder
getCompiled
in interface RecordHolder
getCompiled
in class RecordHolderBase<ExternalValue>
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.