public class ExecutionUnitGroup
extends oracle.odi.domain.root.PropertyOwner
| Modifier and Type | Field and Description | 
|---|---|
static int | 
NAME_MAX_LENGTH
Maximum length of the name of an execution unit group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addExecutionUnit(ExecutionUnit unit)
Add an execution unit to this group. 
 | 
boolean | 
containsExecutionUnit(ExecutionUnit unit)  | 
DeploymentSpec | 
getDeploymentSpec()
Deprecated. 
 
Use getPhysicalDesign. 
 | 
java.lang.String | 
getDisplayableTypeName()
Get a user-displayable type name for the object. 
 | 
java.util.List | 
getExecutionUnits()
Get a list of the execution units in this group. 
 | 
IRoot | 
getOwner()
Gets the mapping owner (or parent) of this object. 
 | 
MapPhysicalDesign | 
getPhysicalDesign()  | 
boolean | 
isProposedAddExecutionUnitValid(ExecutionUnit exUnit)
Return true if the specified execution unit can be legally added to this group,
 else return false. 
 | 
void | 
removeExecutionUnit(ExecutionUnit unit)
Remove an execution unit from this group. 
 | 
void | 
setName(java.lang.String name)
Set the name of the object. 
 | 
addProperty, addPropertyChangeListener, adjustPropertyPersistency, createProperty, createProperty, delete, getAllProperties, getAllProperties, getAllPropertyMapReferenceOwners, getBooleanPropertyValue, getChildNamespaceId, getDisplayableProperties, getExpressionPropertyValue, getIntPropertyValue, getProperties, getProperties, getProperty, getPropertyMetadataOwner, getPropertyValue, getPropertyValueReference, getStringPropertyValue, initiateDynamicProperties, internalGetAllProperties, internalGetProperties, internalIsPropertyDefined, internalSetPropertyValue, isPropertyDefined, notifyPropertyChange, notifyPropertyChangeListeners, onSave, propertyValueGetterHook, removeAllProperties, removeProperty, removePropertyChangeListener, setBooleanPropertyValue, setIntPropertyValue, setPropertyValue, validategetBusinessName, getDescription, getGlobalNamespaceId, getName, getNamespaceId, setBusinessName, setDescriptionaddCachedIssue, addCachedIssues, clearIssueCache, displayIssues, displayIssues, displayIssues, dump, dump, dump, dump, dumpToString, equals, getCachedErrors, getCachedSyncState, getCachedValidationErrorMessage, getDisplayableObjectName, getFCOContainer, getFullName, getGUID, getInternalId, getPropertyDefinitionOwner, getRootContainer, getStrongTypeClassName, getSyncState, getValueHolderValue, handleMapChangeEvent, hasAdapter, hashCode, isNew, setCachedSyncState, toString, validate, validategetBigNumericId, getGlobalId, getNumericId, getParentgetBusinessName, getDescription, getName, setBusinessName, setDescriptiondump, dump, getDisplayableObjectName, getGUID, getStrongTypeClassName, validate, validategetRootContainergetGlobalId, getInternalId, getParentpublic static final int NAME_MAX_LENGTH
public void addExecutionUnit(ExecutionUnit unit)
unit - The execution unit to add.public boolean isProposedAddExecutionUnitValid(ExecutionUnit exUnit) throws MappingException
exUnit - The proposed execution unit to add to this group.MapPhysicalExceptionMappingExceptionpublic void removeExecutionUnit(ExecutionUnit unit)
unit - The execution unit to remove.public DeploymentSpec getDeploymentSpec()
public MapPhysicalDesign getPhysicalDesign()
public java.util.List getExecutionUnits()
public boolean containsExecutionUnit(ExecutionUnit unit)
public IRoot getOwner()
IRootpublic java.lang.String getDisplayableTypeName()
IRootgetDisplayableTypeName in interface IPropertyOwnergetDisplayableTypeName in interface IRootgetDisplayableTypeName in class oracle.odi.domain.root.PropertyOwnerpublic void setName(java.lang.String name)
             throws MappingException
INamedObjectsetName in interface INamedObjectsetName in class oracle.odi.domain.root.NamedObjectMappingException - TODO