public abstract class SpaceTemplate extends BaseSpace
baseSpaceName| Constructor and Description |
|---|
SpaceTemplate(java.lang.String templateName)
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract SpaceTemplate |
clone(oracle.mds.core.MDSSession session,
SpaceCreationOptions option)
Clone method for a spaces template.
|
abstract SpaceTemplate |
clone(oracle.mds.core.MDSSession session,
java.lang.String newTemplateName,
java.lang.String newGUID,
java.lang.String description,
java.lang.String displayName,
java.lang.String keywords,
boolean closed)
Clone method for a spaces template.
|
abstract java.lang.String |
getMetadataPath()
Gets the metadata path for the Group Space Template.
|
abstract java.lang.String |
getMetadataRootDir()
This API returns the root dir of the metadata
|
abstract java.lang.String |
getScopedNameForTemplate()
Get the scoped name for templates.
|
disableService, enableService, getClosed, getDescription, getDisplayName, getGSMetadata, getGUID, getKeywords, getMetadata, getName, getOptionalProvisionedServices, getPreferenceMetadata, getProvisionedServices, getScopeMOPath, getSecurityManager, getSecurityManager, isEnabled, provisionEnabledService, provisionService, setClosed, setDescription, setDisplayName, setKeywords, unProvisionServicepublic SpaceTemplate(java.lang.String templateName)
templateName - template namepublic abstract SpaceTemplate clone(oracle.mds.core.MDSSession session, java.lang.String newTemplateName, java.lang.String newGUID, java.lang.String description, java.lang.String displayName, java.lang.String keywords, boolean closed) throws SpacesException
clone in class BaseSpacesession - MDSSessionnewTemplateName - Name of the new spaces templatenewGUID - guid of the spacedescription - description of Group SpacedisplayName - of the templatekeywords - The keywords for the Group Spaceclosed - status of the Group SpaceSpacesExceptionpublic abstract SpaceTemplate clone(oracle.mds.core.MDSSession session, SpaceCreationOptions option) throws SpacesException
clone in class BaseSpacesession - MDSSessionnewSpaceName - Name of the new spaces being createdoption - The SpaceCreationOptions which contains space parameters used
for creating spaceSpacesExceptionpublic abstract java.lang.String getMetadataPath()
getMetadataPath in class BaseSpacepublic abstract java.lang.String getMetadataRootDir()
getMetadataRootDir in class BaseSpacepublic abstract java.lang.String getScopedNameForTemplate()
name - Name of the template