public class Portlet_DL_DLFileEntryServiceSoapBindingStub extends org.apache.axis.client.Stub implements DLFileEntryServiceSoap
| Constructor and Description |
|---|
Portlet_DL_DLFileEntryServiceSoapBindingStub() |
Portlet_DL_DLFileEntryServiceSoapBindingStub(javax.xml.rpc.Service service) |
Portlet_DL_DLFileEntryServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
DLFileVersionSoap |
cancelCheckOut(long fileEntryId) |
void |
checkInFileEntry(long fileEntryId,
boolean major,
java.lang.String changeLog,
ServiceContext serviceContext) |
void |
checkInFileEntry(long fileEntryId,
java.lang.String lockUuid) |
void |
checkInFileEntry(long fileEntryId,
java.lang.String lockUuid,
ServiceContext serviceContext) |
DLFileEntrySoap |
checkOutFileEntry(long fileEntryId) |
DLFileEntrySoap |
checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext) |
DLFileEntrySoap |
checkOutFileEntry(long fileEntryId,
java.lang.String owner,
long expirationTime) |
DLFileEntrySoap |
checkOutFileEntry(long fileEntryId,
java.lang.String owner,
long expirationTime,
ServiceContext serviceContext) |
DLFileEntrySoap |
copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext) |
protected org.apache.axis.client.Call |
createCall() |
void |
deleteFileEntry(long fileEntryId) |
void |
deleteFileEntry(long groupId,
long folderId,
java.lang.String title) |
void |
deleteFileVersion(long fileEntryId,
java.lang.String version) |
DLFileEntrySoap |
fetchFileEntryByImageId(long imageId) |
DLFileEntrySoap[] |
getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc) |
DLFileEntrySoap[] |
getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc) |
DLFileEntrySoap[] |
getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc) |
DLFileEntrySoap[] |
getFileEntries(long groupId,
long folderId,
java.lang.String[] mimeTypes,
int start,
int end,
OrderByComparator obc) |
int |
getFileEntriesCount(long groupId,
long folderId) |
int |
getFileEntriesCount(long groupId,
long folderId,
int status) |
int |
getFileEntriesCount(long groupId,
long folderId,
long fileEntryTypeId) |
int |
getFileEntriesCount(long groupId,
long folderId,
java.lang.String[] mimeTypes) |
DLFileEntrySoap |
getFileEntry(long fileEntryId) |
DLFileEntrySoap |
getFileEntry(long groupId,
long folderId,
java.lang.String title) |
DLFileEntrySoap |
getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId) |
java.lang.Object |
getFileEntryLock(long fileEntryId) |
int |
getFoldersFileEntriesCount(long groupId,
long[] folderIds,
int status) |
DLFileEntrySoap[] |
getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc) |
DLFileEntrySoap[] |
getGroupFileEntries(long groupId,
long userId,
long repositoryId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc) |
DLFileEntrySoap[] |
getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc) |
int |
getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId) |
int |
getGroupFileEntriesCount(long groupId,
long userId,
long repositoryId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status) |
int |
getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status) |
boolean |
hasFileEntryLock(long fileEntryId) |
boolean |
isFileEntryCheckedOut(long fileEntryId) |
boolean |
isKeepFileVersionLabel(long fileEntryId,
ServiceContext serviceContext) |
DLFileEntrySoap |
moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext) |
java.lang.Object |
refreshFileEntryLock(java.lang.String lockUuid,
long companyId,
long expirationTime) |
void |
revertFileEntry(long fileEntryId,
java.lang.String version,
ServiceContext serviceContext) |
boolean |
verifyFileEntryCheckOut(long fileEntryId,
java.lang.String lockUuid) |
boolean |
verifyFileEntryLock(long fileEntryId,
java.lang.String lockUuid) |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic Portlet_DL_DLFileEntryServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portlet_DL_DLFileEntryServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portlet_DL_DLFileEntryServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic DLFileVersionSoap cancelCheckOut(long fileEntryId) throws java.rmi.RemoteException
cancelCheckOut in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic void checkInFileEntry(long fileEntryId,
boolean major,
java.lang.String changeLog,
ServiceContext serviceContext)
throws java.rmi.RemoteException
checkInFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic void checkInFileEntry(long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
checkInFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic void checkInFileEntry(long fileEntryId,
java.lang.String lockUuid,
ServiceContext serviceContext)
throws java.rmi.RemoteException
checkInFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap checkOutFileEntry(long fileEntryId) throws java.rmi.RemoteException
checkOutFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) throws java.rmi.RemoteException
checkOutFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap checkOutFileEntry(long fileEntryId, java.lang.String owner, long expirationTime) throws java.rmi.RemoteException
checkOutFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap checkOutFileEntry(long fileEntryId, java.lang.String owner, long expirationTime, ServiceContext serviceContext) throws java.rmi.RemoteException
checkOutFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap copyFileEntry(long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext) throws java.rmi.RemoteException
copyFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic void deleteFileEntry(long fileEntryId)
throws java.rmi.RemoteException
deleteFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic void deleteFileEntry(long groupId,
long folderId,
java.lang.String title)
throws java.rmi.RemoteException
deleteFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic void deleteFileVersion(long fileEntryId,
java.lang.String version)
throws java.rmi.RemoteException
deleteFileVersion in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap fetchFileEntryByImageId(long imageId) throws java.rmi.RemoteException
fetchFileEntryByImageId in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic int getFileEntriesCount(long groupId,
long folderId)
throws java.rmi.RemoteException
getFileEntriesCount in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic int getFileEntriesCount(long groupId,
long folderId,
java.lang.String[] mimeTypes)
throws java.rmi.RemoteException
getFileEntriesCount in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic int getFileEntriesCount(long groupId,
long folderId,
int status)
throws java.rmi.RemoteException
getFileEntriesCount in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic int getFileEntriesCount(long groupId,
long folderId,
long fileEntryTypeId)
throws java.rmi.RemoteException
getFileEntriesCount in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap[] getFileEntries(long groupId, long folderId, java.lang.String[] mimeTypes, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
getFileEntries in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap[] getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
getFileEntries in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap[] getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
getFileEntries in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap[] getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
getFileEntries in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap getFileEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws java.rmi.RemoteException
getFileEntryByUuidAndGroupId in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic java.lang.Object getFileEntryLock(long fileEntryId)
throws java.rmi.RemoteException
getFileEntryLock in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap getFileEntry(long fileEntryId) throws java.rmi.RemoteException
getFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap getFileEntry(long groupId, long folderId, java.lang.String title) throws java.rmi.RemoteException
getFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic int getFoldersFileEntriesCount(long groupId,
long[] folderIds,
int status)
throws java.rmi.RemoteException
getFoldersFileEntriesCount in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic int getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId)
throws java.rmi.RemoteException
getGroupFileEntriesCount in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic int getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status)
throws java.rmi.RemoteException
getGroupFileEntriesCount in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic int getGroupFileEntriesCount(long groupId,
long userId,
long repositoryId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status)
throws java.rmi.RemoteException
getGroupFileEntriesCount in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, long rootFolderId, java.lang.String[] mimeTypes, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
getGroupFileEntries in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
getGroupFileEntries in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, java.lang.String[] mimeTypes, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
getGroupFileEntries in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic boolean hasFileEntryLock(long fileEntryId)
throws java.rmi.RemoteException
hasFileEntryLock in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic boolean isFileEntryCheckedOut(long fileEntryId)
throws java.rmi.RemoteException
isFileEntryCheckedOut in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic boolean isKeepFileVersionLabel(long fileEntryId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
isKeepFileVersionLabel in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic DLFileEntrySoap moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) throws java.rmi.RemoteException
moveFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic java.lang.Object refreshFileEntryLock(java.lang.String lockUuid,
long companyId,
long expirationTime)
throws java.rmi.RemoteException
refreshFileEntryLock in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic void revertFileEntry(long fileEntryId,
java.lang.String version,
ServiceContext serviceContext)
throws java.rmi.RemoteException
revertFileEntry in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic boolean verifyFileEntryCheckOut(long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
verifyFileEntryCheckOut in interface DLFileEntryServiceSoapjava.rmi.RemoteExceptionpublic boolean verifyFileEntryLock(long fileEntryId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
verifyFileEntryLock in interface DLFileEntryServiceSoapjava.rmi.RemoteException