Package org.exoplatform.processes.Utils
Class ProcessesUtils
- java.lang.Object
-
- org.exoplatform.processes.Utils.ProcessesUtils
-
public class ProcessesUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ProcessesUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <S,D>
voidbroadcast(org.exoplatform.services.listener.ListenerService listenerService, String eventName, S source, D data)static org.exoplatform.social.core.space.model.SpacegetProjectParentSpace(Long projectId)static StringgetUserNameByIdentityId(org.exoplatform.social.core.manager.IdentityManager identityManager, long identityId)
-
-
-
Method Detail
-
getUserNameByIdentityId
public static String getUserNameByIdentityId(org.exoplatform.social.core.manager.IdentityManager identityManager, long identityId)
-
getProjectParentSpace
public static org.exoplatform.social.core.space.model.Space getProjectParentSpace(Long projectId)
-
broadcast
public static <S,D> void broadcast(org.exoplatform.services.listener.ListenerService listenerService, String eventName, S source, D data)
-
-