public class WorkflowDefinitionLinkServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.WorkflowDefinitionLinkServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.WorkflowDefinitionLinkService| Constructor and Description |
|---|
WorkflowDefinitionLinkServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowDefinitionLink |
addWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static WorkflowDefinitionLinkService |
getService() |
static java.util.List<WorkflowDefinitionLink> |
getWorkflowDefinitionLinks(long companyId,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion) |
static void |
setService(WorkflowDefinitionLinkService service) |
public static WorkflowDefinitionLink addWorkflowDefinitionLink(long userId, long companyId, long groupId, java.lang.String className, long classPK, long typePK, java.lang.String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static java.util.List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(long companyId, java.lang.String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException
PortalExceptionpublic static WorkflowDefinitionLinkService getService()
public static void setService(WorkflowDefinitionLinkService service)