com.microstrategy.web.objects.WebProjectCreator |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
createProject()
Create a new project on the IServer with the characteristics specified by this object
| ||||||||||
abstract String |
getName()
Returns the name to be used for the new project
| ||||||||||
abstract WebLocaleObjectInfo |
getPrimaryLocale()
Returns the primary locale set for new project
| ||||||||||
abstract String |
getScriptPath()
Returns the location of NEWPROJECT.PDS used to create the new project
| ||||||||||
abstract Set<WebLocaleObjectInfo> |
getSupportedLocales()
Returns an editable Set of locales supported by the new project.
| ||||||||||
abstract void |
setCreateFlag(int flag)
Sets the create flags
This value should come from the bitwise or (|) of values from EnumDSSXMLCreateFlags.
| ||||||||||
abstract void |
setName(String name)
Set the name to be used for the new project.
| ||||||||||
abstract void |
setPrimaryLocale(WebLocaleObjectInfo primaryLocale)
Sets the primary locale of the new project.
| ||||||||||
abstract void |
setScriptPath(String scriptPath)
Sets the path to the location of the NEWPROJECT.PDS script
|
Create a new project on the IServer with the characteristics specified by this object
WebObjectsException |
---|
Returns the name to be used for the new project
Returns the primary locale set for new project
WebLocaleObjectInfo
representing the primary locale for new project
Returns the location of NEWPROJECT.PDS used to create the new project
Returns an editable Set of locales supported by the new project.
WebLocaleObjectInfo
objects
Sets the create flags This value should come from the bitwise or (|) of values from EnumDSSXMLCreateFlags.
Set the name to be used for the new project. The name must be set
prior to calling createProject()
name | String name of the new project |
---|
WebObjectsException |
---|
Sets the primary locale of the new project. As the primary locale is only supported in MDI enabled metadata, ensure that the IServer is using an MDI enabled metadata before calling this method
primaryLocale | WebLocaleObjectInfo to be used as primary locale for new project
|
---|
Sets the path to the location of the NEWPROJECT.PDS script
scriptPath | String location of the script |
---|