public class WorkflowDefinitionLinkServiceWrapper extends java.lang.Object implements ServiceWrapper<WorkflowDefinitionLinkService>, WorkflowDefinitionLinkService
WorkflowDefinitionLinkService.WorkflowDefinitionLinkService| Constructor and Description |
|---|
WorkflowDefinitionLinkServiceWrapper() |
WorkflowDefinitionLinkServiceWrapper(WorkflowDefinitionLinkService workflowDefinitionLinkService) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDefinitionLink |
addWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<WorkflowDefinitionLink> |
getWorkflowDefinitionLinks(long companyId,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion) |
WorkflowDefinitionLinkService |
getWrappedService() |
void |
setWrappedService(WorkflowDefinitionLinkService workflowDefinitionLinkService) |
public WorkflowDefinitionLinkServiceWrapper()
public WorkflowDefinitionLinkServiceWrapper(WorkflowDefinitionLinkService workflowDefinitionLinkService)
public WorkflowDefinitionLink addWorkflowDefinitionLink(long userId, long companyId, long groupId, java.lang.String className, long classPK, long typePK, java.lang.String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException
addWorkflowDefinitionLink in interface WorkflowDefinitionLinkServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface WorkflowDefinitionLinkServicepublic java.util.List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(long companyId, java.lang.String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException
getWorkflowDefinitionLinks in interface WorkflowDefinitionLinkServicePortalExceptionpublic WorkflowDefinitionLinkService getWrappedService()
getWrappedService in interface ServiceWrapper<WorkflowDefinitionLinkService>public void setWrappedService(WorkflowDefinitionLinkService workflowDefinitionLinkService)
setWrappedService in interface ServiceWrapper<WorkflowDefinitionLinkService>