Interface OfficeSubSection
- All Known Subinterfaces:
OfficeSection,SectionNode
- All Known Implementing Classes:
SectionNodeImpl
public interface OfficeSubSection
SubSection of an OfficeSection.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddGovernance(OfficeGovernance governance) AddsGovernancefor thisOfficeSubSection.getOfficeSectionFunction(String taskName) Obtains theOfficeSectionFunctioninstance particular to thisOfficeSubSection.getOfficeSectionManagedObject(String managedObjectName) Obtains theOfficeSectionManagedObjectparticular to thisOfficeSubSection.getOfficeSectionManagedObjectSource(String managedObjectSourceName) Obtains theOfficeSectionManagedObjectSourceparticular to thisOfficeSubSection.Obtains the name of thisOfficeSection/OfficeSubSection.getOfficeSubSection(String sectionName) Obtains theOfficeSubSection.
-
Method Details
-
getOfficeSectionName
String getOfficeSectionName()Obtains the name of thisOfficeSection/OfficeSubSection.- Returns:
- Name of this
OfficeSection/OfficeSubSection.
-
getOfficeSubSection
Obtains theOfficeSubSection.- Parameters:
sectionName- Name of theOfficeSubSectionto obtain.- Returns:
OfficeSubSection.
-
getOfficeSectionFunction
Obtains theOfficeSectionFunctioninstance particular to thisOfficeSubSection.- Parameters:
taskName- Name of theOfficeSectionFunctionto obtain.- Returns:
OfficeSectionFunction.
-
getOfficeSectionManagedObject
Obtains theOfficeSectionManagedObjectparticular to thisOfficeSubSection.- Parameters:
managedObjectName- Name of theOfficeSectionManagedObjectto obtain.- Returns:
OfficeSectionManagedObject.
-
getOfficeSectionManagedObjectSource
OfficeSectionManagedObjectSource getOfficeSectionManagedObjectSource(String managedObjectSourceName) Obtains theOfficeSectionManagedObjectSourceparticular to thisOfficeSubSection.- Parameters:
managedObjectSourceName- Name of theOfficeSectionManagedObjectSourceto obtain.- Returns:
OfficeSectionManagedObjectSource.
-
addGovernance
Adds
Governancefor thisOfficeSubSection.This enables providing
Governanceover allOfficeSectionFunctioninstances within theOfficeSubSectionand all its subsequentOfficeSubSectioninstances.- Parameters:
governance-OfficeGovernance.
-