java.lang.Object | |
↳ | com.microstrategy.webservices.MWSObjectInfo |
![]() |
![]() |
Contains data associated with any first class MicroStrategy metadata object. An array of these objects is returned to the client after an object browse. Project instances contain one of these objects. The data is retrieved, by the web service, from a WebObjectInfo object. Also, prompt suggestions use these objects to create element lists (exception to the first class metadata object rule). This class was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSObjectInfo() | |||||||||||
MWSObjectInfo(EnumMWSObjectType objType, String objName, String objID, String objDescription, String objCreationTime, String objModificationTime, String objOwner, String objPath, EnumMWSAccessRights objAccessRights, boolean objIsHidden, int objVersion, int objState, EnumMWSObjSubType objSubType, String objParentFolderID, ArrayOfMWSObjectInfoPropertySet propertySets) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSAccessRights | getEnumAccessRights() | ||||||||||
EnumMWSAccessRights |
getObjAccessRights()
Get the current access granted on this metadata object
(ie.
| ||||||||||
String |
getObjCreationTime()
Get the creation time of this metadata object.
| ||||||||||
String |
getObjDescription()
Get the object description of this metadata object.
| ||||||||||
String |
getObjID()
Get the DSSID of this metadata object.
| ||||||||||
String |
getObjModificationTime()
Get the last modification time of this metadata object.
| ||||||||||
String |
getObjName()
Get the name of this metadata object.
| ||||||||||
String |
getObjOwner()
Get the owner's name associated with this metadata object.
| ||||||||||
String |
getObjParentFolderID()
Get the parent folder ID of this metadata object.
| ||||||||||
String |
getObjPath()
Get the folder path of this metadata object.
| ||||||||||
int |
getObjState()
Get the state of this metadata object (ie.
| ||||||||||
EnumMWSObjSubType |
getObjSubType()
Get the subtype of this metadata object (ie.
| ||||||||||
EnumMWSObjectType |
getObjType()
Get the object type of this metadata object (ie.
| ||||||||||
int |
getObjVersion()
Get the version number of this metadata object.
| ||||||||||
ArrayOfMWSObjectInfoPropertySet | getPropertySets() | ||||||||||
boolean |
isObjIsHidden()
Returns true if this metadata object is a hidden object.
| ||||||||||
void | setEnumAccessRights(EnumMWSAccessRights enumAccessRights) | ||||||||||
void |
setObjAccessRights(EnumMWSAccessRights objAccessRights)
Set the objAccessRights member.
| ||||||||||
void |
setObjCreationTime(String objCreationTime)
Set the objCreationTime member.
| ||||||||||
void |
setObjDescription(String objDescription)
Set the objDescription member.
| ||||||||||
void |
setObjID(String objID)
Set the objID member.
| ||||||||||
void |
setObjIsHidden(boolean objIsHidden)
Set the objIsHidden member.
| ||||||||||
void |
setObjModificationTime(String objModificationTime)
Set the objModificationTime member.
| ||||||||||
void |
setObjName(String objName)
Set the objName member.
| ||||||||||
void |
setObjOwner(String objOwner)
Set the objOwner member.
| ||||||||||
void |
setObjParentFolderID(String objParentFolderID)
Set the objParentFolderID member.
| ||||||||||
void |
setObjPath(String objPath)
Set the objPath member.
| ||||||||||
void |
setObjState(int objState)
Set the objState member.
| ||||||||||
void |
setObjSubType(EnumMWSObjSubType objSubType)
Set the objSubType member.
| ||||||||||
void |
setObjType(EnumMWSObjectType objType)
Set the objType member.
| ||||||||||
void |
setObjVersion(int objVersion)
Set the objVersion member.
| ||||||||||
void | setPropertySets(ArrayOfMWSObjectInfoPropertySet propertySets) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the current access granted on this metadata object (ie. execute, browse, control, read, write, use, etc).
Get the creation time of this metadata object.
Get the object description of this metadata object.
Get the DSSID of this metadata object.
Get the last modification time of this metadata object.
Get the name of this metadata object.
Get the owner's name associated with this metadata object.
Get the parent folder ID of this metadata object.
Get the folder path of this metadata object.
Get the state of this metadata object (ie. corrupted, deleted, dirty, error, missing, persisted, browser loaded, etc). Value returned is defined by EnumDSSXMLObjectState.
Get the subtype of this metadata object (ie. report grid, report graph, etc).
Get the object type of this metadata object (ie. report, folder, document, etc).
Get the version number of this metadata object. Currently this value is not meaningful.
Returns true if this metadata object is a hidden object.
Set the objAccessRights member. The web service accesses the associated WebObjectInfo object to set this value.
objAccessRights | Bitwise ORed enum status. |
---|
Set the objCreationTime member. The web service accesses the associated WebObjectInfo object to set this value.
objCreationTime | Object creation time text. |
---|
Set the objDescription member. The web service accesses the associated WebObjectInfo object to set this value.
objDescription | Object description text. |
---|
Set the objID member. The web service accesses the associated WebObjectInfo object to set this value.
objID | Object GUID. |
---|
Set the objIsHidden member. The web service accesses the associated WebObjectInfo object to set this value.
objIsHidden | Object hidden boolean. |
---|
Set the objModificationTime member. The web service accesses the associated WebObjectInfo object to set this value.
objModificationTime | Object modification time text. |
---|
Set the objName member. The web service accesses the associated WebObjectInfo object to set this value.
objName | Object name text. |
---|
Set the objOwner member. The web service accesses the associated WebObjectInfo object to get the owner and then queries the owner's name to set this value.
objOwner | Object owner's name text. |
---|
Set the objParentFolderID member. The web service accesses the associated WebObjectInfo object and queries its parent folder object to determine its ID before setting this value.
objParentFolderID | Object folder ID text. |
---|
Set the objPath member. The web service accesses the associated WebObjectInfo object and queries its parent folder objects to determine the folder path before setting this value.
objPath | Object folder path text. |
---|
Set the objState member. The web service accesses the associated WebObjectInfo object to set this value.
objState | Enum object state. |
---|
Set the objSubType member. The web service accesses the associated WebObjectInfo object to set this value.
objSubType | Enum object subtype. |
---|
Set the objType member. The web service accesses the associated WebObjectInfo object to set this value.
objType | Enum object type. |
---|
Set the objVersion member. Currently this value is not meaningful.