@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface CTProcessService extends BaseService
CTProcessServiceUtil| Modifier and Type | Method and Description |
|---|---|
java.util.List<CTProcess> |
getCTProcesses(long companyId,
long userId,
java.lang.String keywords,
int status,
int start,
int end,
OrderByComparator<CTProcess> orderByComparator) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<CTProcess> getCTProcesses(long companyId, long userId, java.lang.String keywords, int status, int start, int end, OrderByComparator<CTProcess> orderByComparator)
java.lang.String getOSGiServiceIdentifier()