public abstract class DLAppTestUtil
extends java.lang.Object
| Constructor and Description |
|---|
DLAppTestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static FileEntry |
addFileEntryWithWorkflow(long userId,
long groupId,
long folderId,
java.lang.String sourceFileName,
java.lang.String title,
boolean approved,
ServiceContext serviceContext) |
static void |
populateNotificationsServiceContext(ServiceContext serviceContext,
java.lang.String command) |
static void |
populateServiceContext(ServiceContext serviceContext,
long fileEntryTypeId) |
protected static FileEntry |
updateStatus(FileEntry fileEntry,
ServiceContext serviceContext) |
public static FileEntry addFileEntryWithWorkflow(long userId, long groupId, long folderId, java.lang.String sourceFileName, java.lang.String title, boolean approved, ServiceContext serviceContext) throws java.lang.Exception
java.lang.Exceptionpublic static void populateNotificationsServiceContext(ServiceContext serviceContext, java.lang.String command)
public static void populateServiceContext(ServiceContext serviceContext, long fileEntryTypeId)
protected static FileEntry updateStatus(FileEntry fileEntry, ServiceContext serviceContext) throws java.lang.Exception
java.lang.Exception