Package org.exoplatform.processes.Utils
Class ProcessesUtils
java.lang.Object
org.exoplatform.processes.Utils.ProcessesUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <S,D> void broadcast(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)
-
Constructor Details
-
ProcessesUtils
public ProcessesUtils()
-
-
Method Details
-
getUserNameByIdentityId
public static String getUserNameByIdentityId(org.exoplatform.social.core.manager.IdentityManager identityManager, long identityId) -
getProjectParentSpace
-
broadcast
public static <S,D> void broadcast(org.exoplatform.services.listener.ListenerService listenerService, String eventName, S source, D data)
-