A B C E F G H I O R S T U V

A

addEventListener(Listener<S, D>) - Method in interface org.exoplatform.commons.api.event.EventManager
This will be used to register a listener to the event system.
addEventListener(String, Listener<S, D>) - Method in interface org.exoplatform.commons.api.event.EventManager
This will be used to register a listener to the event system.

B

BaseObject - Interface in org.exoplatform.commons.api.event.data
This Object will be used to get information from a JCR node instead of open a direct access to javax.jcr.Node object.
broadcastEvent(Event<S, D>) - Method in interface org.exoplatform.commons.api.event.EventManager
When an action triggered such as file created/updated then it will be broadcast to the dedicated listener to dispatch the event.
buildContextPath(Context) - Static method in class org.exoplatform.commons.api.settings.data.Tools
 
buildFullPath(Context, Scope, String) - Static method in class org.exoplatform.commons.api.settings.data.Tools
 
buildScopePath(Context, Scope) - Static method in class org.exoplatform.commons.api.settings.data.Tools
 

C

Context - Enum in org.exoplatform.commons.api.settings.data
Created by The eXo Platform SAS Author : eXoPlatform bangnv@exoplatform.com Nov 9, 2012
context - Variable in class org.exoplatform.commons.api.settings.data.SettingContext
 
ContextPath - Variable in class org.exoplatform.commons.api.settings.data.SettingContext
 
create(Event<S, D>) - Method in interface org.exoplatform.commons.api.event.EventListener
Process the dedicated work when the create event has been triggered.
create(String) - Static method in class org.exoplatform.commons.api.settings.SettingValue
 
create(Long) - Static method in class org.exoplatform.commons.api.settings.SettingValue
 
create(Double) - Static method in class org.exoplatform.commons.api.settings.SettingValue
 
create(Boolean) - Static method in class org.exoplatform.commons.api.settings.SettingValue
 

E

equals(Object) - Method in class org.exoplatform.commons.api.settings.data.SettingContext
 
equals(Object) - Method in class org.exoplatform.commons.api.settings.data.SettingKey
 
equals(Object) - Method in class org.exoplatform.commons.api.settings.data.SettingScope
 
EventListener<S,D> - Interface in org.exoplatform.commons.api.event
This used to process all the dedicated work which be delegated from EventManager To adapt with event manager system then all listeners should be implemented this interface.
EventManager<S,D> - Interface in org.exoplatform.commons.api.event
This is the central point of the event system where listeners are registered (and/or unregistered) and events fired.
EventType - Enum in org.exoplatform.commons.api.settings.data
Created by The eXo Platform SAS Author : Nguyen Viet Bang bangnv@exoplatform.com Nov 27, 2012

F

File - Interface in org.exoplatform.commons.api.event.data
File object instance.

G

get(Context, Scope, String) - Method in interface org.exoplatform.commons.api.settings.SettingService
 
getContext() - Method in class org.exoplatform.commons.api.settings.data.SettingContext
 
getContextPath() - Method in class org.exoplatform.commons.api.settings.data.SettingContext
 
getCreatedDate() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return the value of the created date on this Object.
getCurrentRepositoryName() - Static method in class org.exoplatform.commons.api.settings.data.SettingContext
 
getData() - Method in interface org.exoplatform.commons.api.event.data.File
Return the binary data of File instance
getDCContributor() - Method in interface org.exoplatform.commons.api.event.data.File
Return the contributor of File instance.
getDCCreator() - Method in interface org.exoplatform.commons.api.event.data.File
Return the creator of File instance.
getDCDate() - Method in interface org.exoplatform.commons.api.event.data.File
Return the last updated date of File instance.
getDCDescription() - Method in interface org.exoplatform.commons.api.event.data.File
Return the description of File instance.
getDCPublisher() - Method in interface org.exoplatform.commons.api.event.data.File
Return the publisher of File instance.
getDCSubject() - Method in interface org.exoplatform.commons.api.event.data.File
Return the subject of File instance.
getEncoding() - Method in interface org.exoplatform.commons.api.event.data.File
Return the encoding type of File instance.
getEventListeners(String) - Method in interface org.exoplatform.commons.api.event.EventManager
Return a list of Listener which registered to the event system based on its object type.
getEventType() - Method in class org.exoplatform.commons.api.settings.data.SettingData
 
getId() - Method in enum org.exoplatform.commons.api.settings.data.Context
 
getId() - Method in enum org.exoplatform.commons.api.settings.data.Scope
 
getKey() - Method in class org.exoplatform.commons.api.settings.data.SettingKey
 
getLastModified() - Method in interface org.exoplatform.commons.api.event.data.File
Return the last modified date of File instance.
getLastModifiedDate() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return the value of the last modified date on this Object.
getLastModifier() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return the name of last person who edited this Object.
getMimeType() - Method in interface org.exoplatform.commons.api.event.data.File
Return the MIMETYPE of File instance.
getMixinTypes() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return a list of node type name which added to this Object as the mix-in.
getName() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return the name of Object.
getOwner() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return the name of who created this Object.
getPath() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
* Returns the absolute path to this item.
getPrimaryType() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return the primary type of current Object For example: nt:file, exo:webContent,...
getRating() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return the rate value for this Object
getRepositoryName() - Method in class org.exoplatform.commons.api.settings.data.SettingContext
 
getScope() - Method in class org.exoplatform.commons.api.settings.data.SettingScope
 
getScopePath() - Method in class org.exoplatform.commons.api.settings.data.SettingScope
 
getSettingContext() - Method in class org.exoplatform.commons.api.settings.data.SettingData
 
getSettingValue() - Method in class org.exoplatform.commons.api.settings.data.SettingData
 
getTags() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return a list of tags name which added to this Object
getTitle() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return the title value on this Object.
getUUID() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return the UUID value of this Object.
getValue() - Method in class org.exoplatform.commons.api.settings.SettingValue
 
getWorkspace() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Return the workspace name where stored current object.

H

hashCode() - Method in class org.exoplatform.commons.api.settings.data.SettingContext
 
hashCode() - Method in class org.exoplatform.commons.api.settings.data.SettingKey
 
hashCode() - Method in class org.exoplatform.commons.api.settings.data.SettingScope
 

I

id(String) - Method in enum org.exoplatform.commons.api.settings.data.Context
 
id(String) - Method in enum org.exoplatform.commons.api.settings.data.Scope
 

O

onEvent(Event<SettingService, SettingData>) - Method in class org.exoplatform.commons.api.settings.SettingListener
 
onRemoveContext(Event<SettingService, SettingData>) - Method in class org.exoplatform.commons.api.settings.SettingListener
 
onRemoveKey(Event<SettingService, SettingData>) - Method in class org.exoplatform.commons.api.settings.SettingListener
 
onRemoveScope(Event<SettingService, SettingData>) - Method in class org.exoplatform.commons.api.settings.SettingListener
 
onSet(Event<SettingService, SettingData>) - Method in class org.exoplatform.commons.api.settings.SettingListener
 
org.exoplatform.commons.api.event - package org.exoplatform.commons.api.event
 
org.exoplatform.commons.api.event.data - package org.exoplatform.commons.api.event.data
 
org.exoplatform.commons.api.settings - package org.exoplatform.commons.api.settings
 
org.exoplatform.commons.api.settings.data - package org.exoplatform.commons.api.settings.data
 

R

remove(Event<S, D>) - Method in interface org.exoplatform.commons.api.event.EventListener
Process the dedicated work when the remove event has been triggered.
remove(Context, Scope, String) - Method in interface org.exoplatform.commons.api.settings.SettingService
return the SettingValue to which the specified composite key is associated or null if the database don't contains the value for the composited key
remove(Context, Scope) - Method in interface org.exoplatform.commons.api.settings.SettingService
remove all the value associated with the specified context and specified scope in the database.
remove(Context) - Method in interface org.exoplatform.commons.api.settings.SettingService
 
removeEventListener(Listener<S, D>) - Method in interface org.exoplatform.commons.api.event.EventManager
This will be used to unregister a listener out of the event system.
removeEventListener(String, Listener<S, D>) - Method in interface org.exoplatform.commons.api.event.EventManager
This will be used to unregister a listener out of the event system.
repositoryName - Variable in class org.exoplatform.commons.api.settings.data.SettingContext
 

S

save() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
This function used to store all the information to the database.
Scope - Enum in org.exoplatform.commons.api.settings.data
Created by The eXo Platform SAS Author : eXoPlatform bangnv@exoplatform.com Nov 8, 2012
scope - Variable in class org.exoplatform.commons.api.settings.data.SettingScope
 
scopePath - Variable in class org.exoplatform.commons.api.settings.data.SettingScope
 
set(Context, Scope, String, SettingValue<?>) - Method in interface org.exoplatform.commons.api.settings.SettingService
set the specified value with the key which is composed by context, scope, key.
setEventType(EventType) - Method in class org.exoplatform.commons.api.settings.data.SettingData
 
setKey(String) - Method in class org.exoplatform.commons.api.settings.data.SettingKey
 
setSettingContext(SettingContext) - Method in class org.exoplatform.commons.api.settings.data.SettingData
 
setSettingValue(SettingValue<?>) - Method in class org.exoplatform.commons.api.settings.data.SettingData
 
SettingContext - Class in org.exoplatform.commons.api.settings.data
Created by The eXo Platform SAS Author : Nguyen Viet Bang bangnv@exoplatform.com Nov 27, 2012
SettingContext(Context) - Constructor for class org.exoplatform.commons.api.settings.data.SettingContext
 
SettingData - Class in org.exoplatform.commons.api.settings.data
Created by The eXo Platform SAS Author : Nguyen Viet Bang bangnv@exoplatform.com Nov 27, 2012
SettingData(EventType, SettingContext) - Constructor for class org.exoplatform.commons.api.settings.data.SettingData
 
SettingData(EventType, SettingContext, SettingValue<?>) - Constructor for class org.exoplatform.commons.api.settings.data.SettingData
 
SettingKey - Class in org.exoplatform.commons.api.settings.data
Created by The eXo Platform SAS Author : eXoPlatform bangnv@exoplatform.com Nov 22, 2012
SettingKey(Context, Scope, String) - Constructor for class org.exoplatform.commons.api.settings.data.SettingKey
 
SettingListener - Class in org.exoplatform.commons.api.settings
Created by The eXo Platform SAS Author : Nguyen Viet Bang bangnv@exoplatform.com Nov 27, 2012
SettingListener() - Constructor for class org.exoplatform.commons.api.settings.SettingListener
 
SettingScope - Class in org.exoplatform.commons.api.settings.data
Created by The eXo Platform SAS Author : Nguyen Viet Bang bangnv@exoplatform.com Nov 26, 2012
SettingScope(Context, Scope) - Constructor for class org.exoplatform.commons.api.settings.data.SettingScope
 
SettingService - Interface in org.exoplatform.commons.api.settings
 
SettingValue<T> - Class in org.exoplatform.commons.api.settings
 
SettingValue(T) - Constructor for class org.exoplatform.commons.api.settings.SettingValue
 

T

Tools - Class in org.exoplatform.commons.api.settings.data
Created by The eXo Platform SAS Author : eXoPlatform bangnv@exoplatform.com Nov 22, 2012
Tools() - Constructor for class org.exoplatform.commons.api.settings.data.Tools
 

U

update(Event<S, D>) - Method in interface org.exoplatform.commons.api.event.EventListener
Process the dedicated work when the update event has been triggered.

V

valueOf(String) - Static method in enum org.exoplatform.commons.api.settings.data.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.commons.api.settings.data.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.commons.api.settings.data.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exoplatform.commons.api.settings.data.Context
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.commons.api.settings.data.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.commons.api.settings.data.Scope
Returns an array containing the constants of this enum type, in the order they are declared.

A B C E F G H I O R S T U V

Copyright © 2013 eXo Platform SAS. All Rights Reserved.