public class ProcedureOptionGroup extends AbstractRepositoryEntity implements IProcedureOptionGroup
ProcedureOption
A ProcedureOptionGroup is used to categorize options in OdiProcedure
Constructor and Description |
---|
ProcedureOptionGroup(OdiProcedure procedure,
java.lang.String name)
Constructor .
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAllOptions()
Returns a List of all the options associated with this group and the group with same name from the base KM hierarchy.
|
java.io.Serializable |
getInternalId() |
java.lang.String |
getName()
Returns the name of Procedure Option Group
|
java.util.List |
getOptions()
returns the options associated with the group in sorted order of position
|
int |
getPosition()
returns the position of the group
|
java.lang.Number |
getProcedureOptionGroupId()
Returns Id of ProcedureOptionGroup
|
IRepositoryEntity |
getSecurityContainer() |
void |
setName(java.lang.String groupName)
Sets the name of Procedure Option Group
|
public ProcedureOptionGroup(OdiProcedure procedure, java.lang.String name)
name
- procedure
- public java.lang.Number getProcedureOptionGroupId()
public java.io.Serializable getInternalId()
public java.lang.String getName()
public void setName(java.lang.String groupName)
groupName
- public IRepositoryEntity getSecurityContainer()
public java.util.List getOptions()
public java.util.List getAllOptions()
public int getPosition()