public interface IEssLinkedObject extends IEssBaseObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
IEssLinkedObject.EEssLinkedObjectType
The EEssLinkedObjectType is an enumeration of linked object types.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCreatedBy()
Gets the name of the user who created the object.
|
java.lang.String |
getDescription()
Gets the object description.
|
int |
getId()
Gets the object id.
|
java.util.Date |
getLastUpdateTime()
Gets the date and time the object was last modified.
|
java.lang.String[] |
getMemberCombination()
Gets the member combination where this object is linked.
|
long |
getNativeId()
Retrieves the native Essbase id of the linked object.
|
byte[] |
getObject()
Retrieves the linked object from server to client, for file object types.
|
void |
getObject(java.lang.String clientFileName)
Retrieves the linked object from server to client, for file object types.
|
java.lang.String |
getObjectName()
Gets the linked object reference for url/file types.
|
IEssLinkedObject.EEssLinkedObjectType |
getType()
Gets the object type.
|
void |
setDescription(java.lang.String description)
Sets the object description.
|
void |
setObjectName(java.lang.String reference)
Sets the linked object reference for url/file types.
|
void |
updatePropertyValues()
Updates the property values.
|
int getId() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.IEssLinkedObject.EEssLinkedObjectType getType() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.java.lang.String getDescription()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.void setDescription(java.lang.String description)
throws com.essbase.api.base.EssException
description - The object description.com.essbase.api.base.EssException - if an error occurs.java.lang.String getObjectName()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.void setObjectName(java.lang.String reference)
throws com.essbase.api.base.EssException
reference - The object reference.com.essbase.api.base.EssException - if an error occurs.java.lang.String getCreatedBy()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.java.util.Date getLastUpdateTime()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.java.lang.String[] getMemberCombination()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.void updatePropertyValues()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.void getObject(java.lang.String clientFileName)
throws com.essbase.api.base.EssException
clientFileName - The file name in the client machine where to retrieve.com.essbase.api.base.EssException - if an error occurs.byte[] getObject()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.long getNativeId()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.