The PPLMetabaseRepositoryObjectDescriptor class is used to work with repository object description.
NObject
PPLMetabaseRepositoryObjectDescriptor
PPLMetabaseRepositoryObjectDescriptor. Creates an instance of the PPLMetabaseRepositoryObjectDescriptor class.
~PPLMetabaseRepositoryObjectDescriptor. Deletes an instance of the PPLMetabaseRepositoryObjectDescriptor class.
copy. Copies the current object.
dataSourceRefId. Returns identifier of repository object data source.
dependencies. Returns array of identifiers of repository object descriptions that depend on the current object.
description. Returns text description of repository object.
formatVersion. Returns object format version.
fullSize. Returns full-sized object.
generatePlist. Returns a dictionary with repository object settings.
hash. Returns hash code of repository object description.
hasScreenshot. Checks if an object screenshot is in the corresponding folder on a mobile device.
isDataSource. Checks if object is a data source.
isEqual. Compares repository object description with the specified object.
isFolder. Checks if object is a folder.
isHidden. Returns whether an object is hidden.
isLocal. Checks if an object is local.
isOutdated. Checks if an object is outdated.
isRemote. Checks if an object is remote.
isReport. Checks if object is a report.
key. Returns object key.
modifiedDate. Returns object change date.
name. Returns object name.
objectId. Returns object identifier.
obtainScreenshot. Creates an object screenshot in the corresponding folder on a mobile device.
parentObjectId. Returns parent object identifier.
repositoryDescriptor. Returns repository description.
setDataSourceRefId. Sets data source identifier value for repository object.
setDependencies. Sets array of identifiers of repository object descriptions that depend on the current object.
setFormatVersion. Sets object format version.
setHidden. Determines whether an object is hidden.
setKey. Sets object key value.
setModifiedDate. Sets change date value.
setName. Sets object name.
setObjectId. Sets object identifier.
setParentObjectId. Sets parent object identifier.
setRepositoryDescriptor. Sets repository description for object.
setScreenshot. Sets an object screenshot located in the corresponding folder on a mobile device.
setSize. Sets object size.
setType. Sets object type.
setVersion. Sets object version.
size. Returns object size.
type. Returns object type.
version. Returns object version.
createObjectDescriptor. Creates object description.
isVersionSupported. Checks if the specified object format version is supported.
See also: