|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An entity defines common behavior for all enterprise entities. An enterprise entity represents a physical entity or concept that is defined in the enterprise directory. An entity provides:
Field Summary | |
static java.lang.String |
PROPERTY_CHANGED
The property change fired when one or more properties in an entity change. |
static java.lang.String |
SUBPROPERTY_CHANGED
The property change fired when one or more properties in an entity contained within the entity change. |
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds a property change listener to the listener list. |
java.lang.String |
getContext()
Returns the context of this entity in the enterprise directory. |
java.lang.String |
getCreateTime()
Get operational attribute with creation time stamp. |
java.lang.String |
getCreatorsName()
Get operational attribute with Creator's DN |
java.lang.String |
getDescription()
Returns this entities' description. |
EnterpriseDirectory |
getEnterpriseDirectory()
Returns the enterprise directory service. |
java.lang.String |
getGuid()
Returns this entities' GUID. |
java.lang.String |
getModifiersName()
Get operational attribute with Modifier's DN |
java.lang.String |
getModifyTime()
Get operational attribute with last modified time stamp. |
java.lang.String |
getName()
Returns this entities' name. |
java.lang.String |
getObjectclass()
Returns the objectClass of this entity. |
void |
removeModificationItems()
Removes any unprocessed Modification Items |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Removes a property change listener from the listener list. |
void |
setDescription(java.lang.String description)
Sets this entities' description. |
void |
setGuid(java.lang.String guid)
Sets this entities' GUID. |
void |
setName(java.lang.String name)
Sets this entities' name. |
void |
setObjectclass(java.lang.String objectClass)
Sets the LDAP object class for this entity. |
Methods inherited from interface com.sas.edir.Caching |
edirUpdateStore, getTimeToLive, isExpired, refreshCache, refreshCachedObjects, releaseCache, setDirty, setTimeToLive, setTimeToLive, updateStore |
Methods inherited from interface com.sas.edir.TrackedObject |
getTrackingId, getUserData, setUserData |
Field Detail |
public static final java.lang.String PROPERTY_CHANGED
public static final java.lang.String SUBPROPERTY_CHANGED
Method Detail |
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
listener
- The property change listener.public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener
- The property change listener.public java.lang.String getContext()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
This change is not persisted to the enterprise directory until updateStore is called.
description
- The description.public EnterpriseDirectory getEnterpriseDirectory()
public java.lang.String getName()
public void setName(java.lang.String name)
This change is not persisted to the enterprise directory until updateStore is called.
name
- The name.public java.lang.String getObjectclass()
public void setObjectclass(java.lang.String objectClass)
objectClass
- the object Class for this entitypublic java.lang.String getCreatorsName()
public java.lang.String getModifiersName()
public java.lang.String getCreateTime()
public java.lang.String getModifyTime()
public void removeModificationItems()
public java.lang.String getGuid()
public void setGuid(java.lang.String guid)
This change is not persisted to the enterprise directory until updateStore is called.
guid
- The GUID.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |