Package org.exoplatform.social.core.manager
package org.exoplatform.social.core.manager
Provides classes that are necessary to manage all related entities on Social and all services that manage
each type in both separating and collaborating between them.
Entities in Social which need to be managed are: Identity, Activity and Relationship.
- The Activity contains all information regarding to people, spaces and applications activities.
- The Identity contains all profile information of users and spaces.
- The Relationship contains all information regarding to relationship between users and users, users and spaces.
-
ClassesClassDescriptionClass ActivityManagerImpl implements ActivityManager without caching.Class IdentityManagerImpl implements IdentityManager without caching.The Class RelationshipManager implements RelationshipManager without caching.