| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
Field |
Service.addDependentLookupField(java.lang.String displayName,
java.lang.String primaryLookupFieldId,
java.lang.String showField,
java.lang.String listId)
Adds the dependent lookup field.
|
boolean |
Service.addRoleAssignment(int principalId,
int roleId)
Adds the role assignment.
|
boolean |
Service.applySiteTemplate(java.lang.String name)
Apply site template.
|
boolean |
Service.applyTheme(java.lang.String colorPaletteUrl)
Apply theme.
|
boolean |
Service.applyTheme(java.lang.String colorPaletteUrl,
boolean shareGenerated)
Apply theme.
|
boolean |
Service.applyTheme(java.lang.String colorPaletteUrl,
java.lang.String fontSchemeUrl)
Apply theme.
|
boolean |
Service.applyTheme(java.lang.String colorPaletteUrl,
java.lang.String fontSchemeUrl,
boolean shareGenerated)
Apply theme.
|
boolean |
Service.applyTheme(java.lang.String colorPaletteUrl,
java.lang.String fontSchemeUrl,
java.lang.String backgroundImageUrl)
Apply theme.
|
boolean |
Service.applyTheme(java.lang.String colorPaletteUrl,
java.lang.String fontSchemeUrl,
java.lang.String backgroundImageUrl,
boolean shareGenerated)
Apply theme.
|
boolean |
Service.approve(java.lang.String filePath)
Approve.
|
boolean |
Service.approve(java.lang.String filePath,
java.lang.String comment)
Approve.
|
boolean |
Service.breakRoleInheritance()
Break role inheritance.
|
boolean |
Service.breakRoleInheritance(boolean copyRoleAssignments)
Break role inheritance.
|
boolean |
Service.breakRoleInheritance(boolean copyRoleAssignments,
boolean clearSubscopes)
Break role inheritance.
|
boolean |
Service.breakRoleInheritance(java.lang.String listId)
Break role inheritance.
|
boolean |
Service.breakRoleInheritance(java.lang.String listId,
boolean copyRoleAssignments)
Break role inheritance.
|
boolean |
Service.breakRoleInheritance(java.lang.String listId,
boolean copyRoleAssignments,
boolean clearSubscopes)
Break role inheritance.
|
boolean |
Service.breakRoleInheritance(java.lang.String listId,
int itemId)
Break role inheritance.
|
boolean |
Service.breakRoleInheritance(java.lang.String listId,
int itemId,
boolean copyRoleAssignments)
Break role inheritance.
|
boolean |
Service.breakRoleInheritance(java.lang.String listId,
int itemId,
boolean copyRoleAssignments,
boolean clearSubscopes)
Break role inheritance.
|
void |
Service.cancelUploadFile(java.lang.String filePath,
java.lang.String uploadId)
Stops the chunk upload session without saving the uploaded data.
|
User |
Service.checkedOutByUser(java.lang.String filePath)
Checked out by user.
|
boolean |
Service.checkIn(java.lang.String filePath)
Check in.
|
boolean |
Service.checkIn(java.lang.String filePath,
CheckInType type)
Check in.
|
boolean |
Service.checkIn(java.lang.String filePath,
CheckInType type,
java.lang.String comment)
Check in.
|
boolean |
Service.checkIn(java.lang.String filePath,
java.lang.String comment)
Check in.
|
boolean |
Service.checkOut(java.lang.String filePath)
Check out.
|
boolean |
Service.copyFile(java.lang.String sourceFilePath,
java.lang.String destinationFilePath)
Copy file.
|
boolean |
Service.copyFile(java.lang.String sourceFilePath,
java.lang.String destinationFilePath,
boolean overwrite)
Copy file.
|
Field |
Service.createField(Field field)
Creates the field.
|
Field |
Service.createField(FieldCreationInfo field,
java.lang.String listId)
Creates the field.
|
Field |
Service.createField(FieldSchemaXml field)
Creates the field.
|
Field |
Service.createField(FieldSchemaXml field,
java.lang.String listId)
Creates the field.
|
Field |
Service.createField(Field field,
java.lang.String listId)
Creates the field.
|
File |
Service.createFile(java.lang.String filePath,
byte[] buffer)
Creates the file.
|
File |
Service.createFile(java.lang.String filePath,
byte[] buffer,
boolean overwrite)
Creates the file.
|
File |
Service.createFile(java.lang.String filePath,
java.io.InputStream stream)
Creates the file.
|
File |
Service.createFile(java.lang.String filePath,
java.io.InputStream stream,
boolean overwrite)
Creates the file.
|
Folder |
Service.createFolder(java.lang.String folderPath)
Creates the folder.
|
Group |
Service.createGroup(Group group)
Creates the group.
|
List |
Service.createList(List list)
Creates the list.
|
ListItem |
Service.createListItem(java.lang.String listId,
ListItem listItem)
Creates the list item.
|
Attachment |
Service.createListItemAttachment(java.lang.String listId,
int itemId,
java.io.File file)
Creates the list item attachment.
|
Attachment |
Service.createListItemAttachment(java.lang.String listId,
int itemId,
java.lang.String fileName,
byte[] buffer)
Creates the list item attachment.
|
Attachment |
Service.createListItemAttachment(java.lang.String listId,
int itemId,
java.lang.String fileName,
java.io.InputStream stream)
Creates the list item attachment.
|
Role |
Service.createRole(Role role)
Creates the role.
|
Site |
Service.createSite(SiteCreationInfo siteInfo)
Creates the site.
|
File |
Service.createTemplateFile(java.lang.String filePath)
Creates the template file.
|
File |
Service.createTemplateFile(java.lang.String filePath,
TemplateFileType type)
Creates the template file.
|
User |
Service.createUser(User user,
int groupId)
Creates the user.
|
View |
Service.createView(java.lang.String listId,
View view)
Creates the view.
|
boolean |
Service.createViewField(java.lang.String listId,
java.lang.String viewId,
java.lang.String fieldName)
Creates the view field.
|
boolean |
Service.deleteAllFileVersions(java.lang.String filePath)
Delete all file versions.
|
boolean |
Service.deleteAllViewFields(java.lang.String listId,
java.lang.String viewId)
Delete all view fields.
|
void |
Service.deleteField(java.lang.String id,
java.lang.String listId)
Delete field.
|
void |
Service.deleteFile(java.lang.String filePath)
Delete file.
|
boolean |
Service.deleteFileVersion(java.lang.String filePath,
int versionId)
Delete file version.
|
boolean |
Service.deleteFileVersion(java.lang.String filePath,
java.lang.String versionLabel)
Delete file version.
|
void |
Service.deleteFolder(java.lang.String folderPath)
Delete folder.
|
boolean |
Service.deleteGroup(int groupId)
Delete group.
|
boolean |
Service.deleteGroup(java.lang.String loginName)
Delete group.
|
void |
Service.deleteList(java.lang.String listId)
Delete list.
|
void |
Service.deleteListItem(java.lang.String listId,
int itemId)
Delete list item.
|
void |
Service.deleteRole(int roleId)
Delete role.
|
void |
Service.deleteSite()
Delete site.
|
boolean |
Service.deleteUser(int userId,
int groupId)
Delete user.
|
boolean |
Service.deleteUser(java.lang.String loginName,
int groupId)
Delete user.
|
void |
Service.deleteView(java.lang.String listId,
java.lang.String viewId)
Delete view.
|
boolean |
Service.deleteViewField(java.lang.String listId,
java.lang.String viewId,
java.lang.String fieldName)
Delete view field.
|
boolean |
Service.deny(java.lang.String filePath)
Deny.
|
boolean |
Service.deny(java.lang.String filePath,
java.lang.String comment)
Deny.
|
User |
Service.ensureUser(java.lang.String loginName)
Ensure user.
|
Group |
Service.getAssociatedMemberGroup()
Gets the associated member group.
|
Group |
Service.getAssociatedOwnerGroup()
Gets the associated owner group.
|
Group |
Service.getAssociatedVisitorGroup()
Gets the associated visitor group.
|
java.util.List<ContentType> |
Service.getAvailableContentTypes()
Gets the available content types.
|
java.util.List<ContentType> |
Service.getAvailableContentTypes(java.util.List<IQueryOption> queryOptions)
Gets the available content types.
|
List |
Service.getCatalog(ListTemplateType listTemplate)
Gets the catalog.
|
java.util.List<Change> |
Service.getChanges(ChangeQuery query)
Gets the changes.
|
java.util.List<Change> |
Service.getChanges(ChangeQuery query,
java.util.List<IQueryOption> queryOptions)
Gets the changes.
|
java.util.List<Change> |
Service.getChanges(ChangeQuery query,
java.lang.String listId)
Gets the changes.
|
java.util.List<Change> |
Service.getChanges(ChangeQuery query,
java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the changes.
|
ContentType |
Service.getContentType(java.lang.String contentTypeId)
Gets the content type.
|
ContentType |
Service.getContentType(java.lang.String listId,
java.lang.String contentTypeId)
Gets the content type.
|
java.util.List<FieldLink> |
Service.getContentTypeFieldLinks(java.lang.String contentTypeId)
Gets the content type field links.
|
java.util.List<FieldLink> |
Service.getContentTypeFieldLinks(java.lang.String contentTypeId,
java.util.List<IQueryOption> queryOptions)
Gets the content type field links.
|
java.util.List<FieldLink> |
Service.getContentTypeFieldLinks(java.lang.String listId,
java.lang.String contentTypeId)
Gets the content type field links.
|
java.util.List<FieldLink> |
Service.getContentTypeFieldLinks(java.lang.String listId,
java.lang.String contentTypeId,
java.util.List<IQueryOption> queryOptions)
Gets the content type field links.
|
java.util.List<Field> |
Service.getContentTypeFields(java.lang.String contentTypeId)
Gets the content type fields.
|
java.util.List<Field> |
Service.getContentTypeFields(java.lang.String contentTypeId,
java.util.List<IQueryOption> queryOptions)
Gets the content type fields.
|
java.util.List<Field> |
Service.getContentTypeFields(java.lang.String listId,
java.lang.String contentTypeId)
Gets the content type fields.
|
java.util.List<Field> |
Service.getContentTypeFields(java.lang.String listId,
java.lang.String contentTypeId,
java.util.List<IQueryOption> queryOptions)
Gets the content type fields.
|
java.util.List<ContentType> |
Service.getContentTypes()
Gets the content types.
|
java.util.List<ContentType> |
Service.getContentTypes(java.lang.String listId)
Gets the content types.
|
java.util.List<ContentType> |
Service.getContentTypes(java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the content types.
|
ContextInfo |
Service.getContextInfo()
Gets the context info.
|
User |
Service.getCreatedByUser(java.lang.String filePath,
int versionId)
Gets the created by user.
|
User |
Service.getCurrentUser()
Gets the current user.
|
java.util.List<ListTemplate> |
Service.getCustomListTemplates()
Gets the custom list templates.
|
java.util.List<ListTemplate> |
Service.getCustomListTemplates(java.util.List<IQueryOption> queryOptions)
Gets the custom list templates.
|
DeviceAuthorizationCode |
Service.getDeviceAuthorizationCode() |
java.util.List<BasePermission> |
Service.getEffectiveBasePermissions()
Gets the effective base permissions.
|
EventReceiver |
Service.getEventReceiver(java.lang.String receiverId)
Gets the event receiver.
|
java.util.List<EventReceiver> |
Service.getEventReceivers()
Gets the event receivers.
|
java.util.List<EventReceiver> |
Service.getEventReceivers(java.util.List<IQueryOption> queryOptions)
Gets the event receivers.
|
java.util.List<java.lang.String> |
Service.getFeatures()
Gets the features.
|
java.util.List<java.lang.String> |
Service.getFeatures(java.util.List<IQueryOption> queryOptions)
Gets the features.
|
Field |
Service.getField(java.lang.String id)
Gets the field.
|
Field |
Service.getField(java.lang.String id,
java.lang.String listId)
Gets the field.
|
Field |
Service.getFieldByInternalNameOrTitle(java.lang.String name)
Gets the field by internal name or title.
|
Field |
Service.getFieldByInternalNameOrTitle(java.lang.String name,
java.lang.String listId)
Gets the field by internal name or title.
|
Field |
Service.getFieldByTitle(java.lang.String title)
Gets the field by title.
|
Field |
Service.getFieldByTitle(java.lang.String title,
java.lang.String listId)
Gets the field by title.
|
java.util.List<Field> |
Service.getFields()
Gets the fields.
|
java.util.List<Field> |
Service.getFields(java.util.List<IQueryOption> queryOptions)
Gets the fields.
|
java.util.List<FieldValue> |
Service.getFieldValues(java.lang.String listId,
int itemId)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFieldValues(java.lang.String listId,
int itemId,
java.util.List<IQueryOption> queryOptions)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFieldValuesAsHtml(java.lang.String listId,
int itemId)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFieldValuesAsHtml(java.lang.String listId,
int itemId,
java.util.List<IQueryOption> queryOptions)
Gets the field values.
|
File |
Service.getFile(java.lang.String filePath)
Gets the file.
|
User |
Service.getFileAuthor(java.lang.String filePath)
Gets the file author.
|
File |
Service.getFileByRelativePath(java.lang.String filePath) |
byte[] |
Service.getFileContent(java.lang.String filePath)
Gets the file content.
|
java.util.List<FieldValue> |
Service.getFileFieldValues(java.lang.String filePath)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFileFieldValues(java.lang.String filePath,
java.util.List<IQueryOption> queryOptions)
Gets the field values.
|
java.util.List<Link> |
Service.getFileLinks(java.lang.String filePath)
Gets the list item links.
|
ListItemInfo |
Service.getFileListItemInfo(java.lang.String filePath)
Gets the list id and item id of the file.
|
java.util.List<File> |
Service.getFiles(java.lang.String folderPath)
Gets the files.
|
java.util.List<File> |
Service.getFiles(java.lang.String folderPath,
java.util.List<IQueryOption> queryOptions)
Gets the files.
|
java.io.InputStream |
Service.getFileStream(java.lang.String filePath)
Gets the file stream.
|
java.io.InputStream |
Service.getFileStreamByRelativePath(java.lang.String filePath)
Gets the file stream.
|
FileVersion |
Service.getFileVersion(java.lang.String filePath,
int versionId)
Gets the file version.
|
java.util.List<FileVersion> |
Service.getFileVersions(java.lang.String filePath)
Gets the file versions.
|
java.util.List<FileVersion> |
Service.getFileVersions(java.lang.String filePath,
java.util.List<IQueryOption> queryOptions)
Gets the file versions.
|
Folder |
Service.getFolder(java.lang.String folderPath)
Gets the folder.
|
java.util.List<FieldValue> |
Service.getFolderFieldValues(java.lang.String folderPath)
Gets the field values.
|
java.util.List<FieldValue> |
Service.getFolderFieldValues(java.lang.String folderPath,
java.util.List<IQueryOption> queryOptions)
Gets the field values.
|
java.util.List<Link> |
Service.getFolderLinks(java.lang.String folderPath)
Gets the folder links.
|
ListItemInfo |
Service.getFolderListItemInfo(java.lang.String folderPath)
Gets the list id and item id of the folder.
|
java.util.List<Folder> |
Service.getFolders(java.lang.String parentFolder)
Gets the folders.
|
java.util.List<Folder> |
Service.getFolders(java.lang.String parentFolder,
java.util.List<IQueryOption> queryOptions)
Gets the folders.
|
Group |
Service.getGroup(int groupId)
Gets the group.
|
Group |
Service.getGroup(java.lang.String loginName)
Gets the group.
|
User |
Service.getGroupOwner(int groupId)
Gets the group owner.
|
User |
Service.getGroupOwner(java.lang.String loginName)
Gets the group owner.
|
java.util.List<Group> |
Service.getGroups()
Gets the groups.
|
java.util.List<Group> |
Service.getGroups(java.util.List<IQueryOption> queryOptions)
Gets the groups.
|
java.util.List<User> |
Service.getGroupUsers(int groupId)
Gets the group users.
|
java.util.List<User> |
Service.getGroupUsers(int groupId,
java.util.List<IQueryOption> queryOptions)
Gets the group users.
|
java.util.List<User> |
Service.getGroupUsers(java.lang.String loginName)
Gets the group users.
|
java.util.List<User> |
Service.getGroupUsers(java.lang.String loginName,
java.util.List<IQueryOption> queryOptions)
Gets the group users.
|
java.io.InputStream |
Service.getInputStream(java.lang.String url)
Gets the input stream.
|
LimitedWebPartManager |
Service.getLimitedWebPartManager(java.lang.String filePath)
Gets the limited web part manager.
|
LimitedWebPartManager |
Service.getLimitedWebPartManager(java.lang.String filePath,
PersonalizationScope scope)
Gets the limited web part manager.
|
List |
Service.getList(java.lang.String listId)
Gets the list.
|
List |
Service.getListByTitle(java.lang.String title)
Gets the list by title.
|
java.util.List<ContentType> |
Service.getListContentTypes(java.lang.String listId)
Gets the list content types.
|
java.util.List<ContentType> |
Service.getListContentTypes(java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the list content types.
|
View |
Service.getListDefaultView(java.lang.String listId)
Gets the list default view.
|
java.util.List<EventReceiver> |
Service.getListEventReceivers(java.lang.String listId)
Gets the list event receivers.
|
java.util.List<EventReceiver> |
Service.getListEventReceivers(java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the list event receivers.
|
java.util.List<Field> |
Service.getListFields(java.lang.String listId)
Gets the list fields.
|
java.util.List<Field> |
Service.getListFields(java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the list fields.
|
Form |
Service.getListForm(java.lang.String listId,
java.lang.String formId)
Gets the list form.
|
java.util.List<Form> |
Service.getListForms(java.lang.String listId)
Gets the list forms.
|
java.util.List<Form> |
Service.getListForms(java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the list forms.
|
ListItem |
Service.getListItem(java.lang.String listId,
int itemId)
Gets the list item.
|
java.util.List<Attachment> |
Service.getListItemAttachments(java.lang.String listId,
int itemId)
Gets the list item attachments.
|
java.util.List<Attachment> |
Service.getListItemAttachments(java.lang.String listId,
int itemId,
java.util.List<IQueryOption> queryOptions)
Gets the list item attachments.
|
java.util.List<Change> |
Service.getListItemChanges(java.lang.String listId,
ChangeLogItemQuery query)
Gets the list item changes.
|
java.util.List<Change> |
Service.getListItemChanges(java.lang.String listId,
ChangeLogItemQuery query,
java.util.List<IQueryOption> queryOptions)
Gets the list item changes.
|
ContentType |
Service.getListItemContentType(java.lang.String listId,
int itemId)
Gets the list item content type.
|
java.util.List<Link> |
Service.getListItemLinks(java.lang.String filePath)
Gets the list item links.
|
java.lang.String |
Service.getListItemProperty(java.lang.String listId,
int itemId,
java.lang.String propertyName)
Gets the list item property as xml string.
|
java.util.List<ListItem> |
Service.getListItems(java.lang.String listId)
Gets the list items.
|
java.util.List<ListItem> |
Service.getListItems(java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the list items.
|
RegionalSettings |
Service.getListRegionalSettings(java.lang.String listId)
Gets the list regional settings.
|
java.util.List<List> |
Service.getLists()
Gets the lists.
|
java.util.List<List> |
Service.getLists(java.util.List<IQueryOption> queryOptions)
Gets the lists.
|
java.lang.String |
Service.getListSchemaXml(java.lang.String listId)
Gets the list schema xml.
|
ServerSettings |
Service.getListServerSettings(java.lang.String listId)
Gets the list server settings.
|
ListTemplate |
Service.getListTemplate(java.lang.String name)
Gets the list template.
|
java.util.List<ListTemplate> |
Service.getListTemplates()
Gets the list templates.
|
java.util.List<ListTemplate> |
Service.getListTemplates(java.util.List<IQueryOption> queryOptions)
Gets the list templates.
|
User |
Service.getLockedByUser(java.lang.String filePath)
Gets the locked by user.
|
User |
Service.getModifiedByUser(java.lang.String filePath)
Gets the modified by user.
|
NavigationNode |
Service.getNavigationNode(int id)
Gets the navigation node.
|
java.util.List<NavigationNode> |
Service.getNavigationNodeChildren(int id)
Gets the navigation node children.
|
java.util.List<NavigationNode> |
Service.getNavigationNodeChildren(int id,
java.util.List<IQueryOption> queryOptions)
Gets the navigation node children.
|
OAuthToken |
Service.getOAuthTokenWithAuthorizationCode(java.lang.String authorizationCode,
java.lang.String authorizationCodeRedirectUri) |
OAuthToken |
Service.getOAuthTokenWithAuthorizationCode(java.lang.String authorizationCode,
java.lang.String authorizationCodeRedirectUri,
java.lang.String clientSecret) |
OAuthToken |
Service.getOAuthTokenWithClientAssertion(java.lang.String clientAssertion) |
OAuthToken |
Service.getOAuthTokenWithClientSecret(java.lang.String clientSecret) |
OAuthToken |
Service.getOAuthTokenWithDeviceAuthorizationCode(java.lang.String deviceCode) |
OAuthToken |
Service.getOAuthTokenWithUsernamePassword(java.lang.String username,
java.lang.String password) |
OAuthToken |
Service.getOAuthTokenWithUsernamePassword(java.lang.String username,
java.lang.String password,
java.lang.String clientSecret) |
OAuthToken |
Service.getOAuthTokenWithUsernamePassword(java.lang.String username,
java.lang.String password,
java.lang.String clientSecret,
java.lang.String clientAssertion) |
java.util.List<NavigationNode> |
Service.getQuickLaunch()
Gets the quick launch.
|
java.util.List<NavigationNode> |
Service.getQuickLaunch(java.util.List<IQueryOption> queryOptions)
Gets the quick launch.
|
RecycleBinItem |
Service.getRecycleBinItem(java.lang.String id)
Gets the recycle bin item.
|
User |
Service.getRecycleBinItemAuthor(java.lang.String id)
Gets the recycle bin item author.
|
User |
Service.getRecycleBinItemDeletedBy(java.lang.String id)
Gets the recycle bin item deleted by.
|
java.util.List<RecycleBinItem> |
Service.getRecycleBinItems()
Gets the recycle bin items.
|
java.util.List<RecycleBinItem> |
Service.getRecycleBinItems(java.util.List<IQueryOption> queryOptions)
Gets the recycle bin items.
|
RegionalSettings |
Service.getRegionalSettings()
Gets the regional settings.
|
java.util.List<Field> |
Service.getRelatedFields(java.lang.String listId)
Gets the related fields.
|
java.util.List<Field> |
Service.getRelatedFields(java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the related fields.
|
Role |
Service.getRole(int roleId)
Gets the role.
|
Role |
Service.getRole(RoleType type)
Gets the role.
|
Role |
Service.getRole(java.lang.String name)
Gets the role.
|
java.util.List<java.lang.Integer> |
Service.getRoleAssignments()
Gets the role assignments.
|
java.util.List<java.lang.Integer> |
Service.getRoleAssignments(int principalId)
Gets the role assignments.
|
java.util.List<java.lang.Integer> |
Service.getRoleAssignments(java.util.List<IQueryOption> queryOptions)
Gets the role assignments.
|
java.util.List<Role> |
Service.getRoles()
Gets the roles.
|
java.util.List<Role> |
Service.getRoles(java.util.List<IQueryOption> queryOptions)
Gets the roles.
|
Folder |
Service.getRootFolder()
Gets the root folder.
|
Site |
Service.getSite()
Gets the site.
|
java.util.List<SiteInfo> |
Service.getSiteInfos()
Gets the site infos.
|
java.util.List<SiteInfo> |
Service.getSiteInfos(java.util.List<IQueryOption> queryOptions)
Gets the site infos.
|
java.util.List<Site> |
Service.getSites()
Gets the sites.
|
java.util.List<Site> |
Service.getSites(java.util.List<IQueryOption> queryOptions)
Gets the sites.
|
java.util.List<SiteTemplate> |
Service.getSiteTemplates(Locale locale)
Gets the site templates.
|
java.util.List<SiteTemplate> |
Service.getSiteTemplates(Locale locale,
boolean includeCrossLanguage)
Gets the site templates.
|
java.util.List<SiteTemplate> |
Service.getSiteTemplates(Locale locale,
boolean includeCrossLanguage,
java.util.List<IQueryOption> queryOptions)
Gets the site templates.
|
java.util.List<SiteTemplate> |
Service.getSiteTemplates(Locale locale,
java.util.List<IQueryOption> queryOptions)
Gets the site templates.
|
ThemeInfo |
Service.getThemeInfo()
Gets the theme info.
|
TimeZone |
Service.getTimeZone()
Gets the time zone.
|
java.util.List<TimeZone> |
Service.getTimeZones()
Gets the time zones.
|
java.util.List<TimeZone> |
Service.getTimeZones(java.util.List<IQueryOption> queryOptions)
Gets the time zones.
|
java.util.List<NavigationNode> |
Service.getTopNavigationBar()
Gets the top navigation bar.
|
java.util.List<NavigationNode> |
Service.getTopNavigationBar(java.util.List<IQueryOption> queryOptions)
Gets the top navigation bar.
|
User |
Service.getUser(int userId)
Gets the user.
|
User |
Service.getUser(int userId,
int groupId)
Gets the user.
|
User |
Service.getUser(java.lang.String loginName,
int groupId)
Gets the user.
|
User |
Service.getUserByEmail(java.lang.String email,
int groupId)
Gets the user by email.
|
java.util.List<Role> |
Service.getUserCustomActions()
Gets the user custom actions.
|
java.util.List<Role> |
Service.getUserCustomActions(java.util.List<IQueryOption> queryOptions)
Gets the user custom actions.
|
java.util.List<BasePermission> |
Service.getUserEffectivePermissions(java.lang.String listId,
int itemId,
java.lang.String loginName)
Gets the user effective permissions.
|
java.util.List<BasePermission> |
Service.getUserEffectivePermissions(java.lang.String listId,
java.lang.String loginName)
Gets the user effective permissions.
|
java.util.List<Group> |
Service.getUserGroups(int userId)
Gets the user groups.
|
java.util.List<Group> |
Service.getUserGroups(int userId,
java.util.List<IQueryOption> queryOptions)
Gets the user groups.
|
List |
Service.getUserInfoList()
Gets the user info list.
|
java.util.List<User> |
Service.getUsers()
Gets the users.
|
java.util.List<User> |
Service.getUsers(int groupId)
Gets the users.
|
java.util.List<User> |
Service.getUsers(int groupId,
java.util.List<IQueryOption> queryOptions)
Gets the users.
|
java.util.List<User> |
Service.getUsers(java.util.List<IQueryOption> queryOptions)
Gets the users.
|
View |
Service.getView(java.lang.String listId,
java.lang.String viewId)
Gets the view.
|
View |
Service.getViewByTitle(java.lang.String listId,
java.lang.String title)
Gets the view by title.
|
java.util.List<java.lang.String> |
Service.getViewFields(java.lang.String listId,
java.lang.String viewId)
Gets the view fields.
|
java.util.List<java.lang.String> |
Service.getViewFields(java.lang.String listId,
java.lang.String viewId,
java.util.List<IQueryOption> queryOptions)
Gets the view fields.
|
java.lang.String |
Service.getViewFieldsSchemaXml(java.lang.String listId,
java.lang.String viewId)
Gets the view fields schema xml.
|
java.lang.String |
Service.getViewHtml(java.lang.String listId,
java.lang.String viewId)
Gets the view html.
|
java.util.List<View> |
Service.getViews(java.lang.String listId)
Gets the views.
|
java.util.List<View> |
Service.getViews(java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the views.
|
java.util.List<WorkflowTemplate> |
Service.getWorkflowTemplates()
Gets the workflow templates.
|
java.util.List<WorkflowTemplate> |
Service.getWorkflowTemplates(java.util.List<IQueryOption> queryOptions)
Gets the workflow templates.
|
boolean |
Service.isSharedNavigation()
Checks if is shared navigation.
|
boolean |
Service.moveFile(java.lang.String sourceFilePath,
java.lang.String destinationFilePath)
Move file.
|
boolean |
Service.moveFile(java.lang.String sourceFilePath,
java.lang.String destinationFilePath,
MoveOperation operation)
Move file.
|
boolean |
Service.moveViewField(java.lang.String listId,
java.lang.String viewId,
java.lang.String fieldName,
int index)
Move view field.
|
boolean |
Service.publish(java.lang.String filePath)
Publish.
|
boolean |
Service.publish(java.lang.String filePath,
java.lang.String comment)
Publish.
|
java.lang.String |
Service.recycleFile(java.lang.String filePath)
Recycle file.
|
java.lang.String |
Service.recycleFolder(java.lang.String folderPath)
Recycle folder.
|
java.lang.String |
Service.recycleList(java.lang.String listId)
Recycle list.
|
java.lang.String |
Service.recycleListItem(java.lang.String listId,
int itemId)
Recycle list item.
|
OAuthToken |
Service.refreshOAuthToken() |
OAuthToken |
Service.refreshOAuthToken(java.lang.String clientId,
java.lang.String tenant,
java.lang.String refreshToken) |
OAuthToken |
Service.refreshOAuthToken(java.lang.String clientId,
java.lang.String tenant,
java.lang.String refreshToken,
java.util.List<java.lang.String> scope) |
OAuthToken |
Service.refreshOAuthToken(java.lang.String clientId,
java.lang.String tenant,
java.lang.String refreshToken,
java.util.List<java.lang.String> scope,
java.lang.String clientSecret) |
boolean |
Service.removeRoleAssignment(int principalId,
int roleId)
Removes the role assignment.
|
void |
Service.renameFile(java.lang.String filePath,
java.lang.String newName)
Renames file.
|
void |
Service.renameFolder(java.lang.String folderPath,
java.lang.String newName)
Renames folder.
|
java.lang.String |
Service.renderListData(java.lang.String listId,
java.lang.String viewXml)
Render list data.
|
java.lang.String |
Service.renderListFormData(java.lang.String listId,
int itemId,
java.lang.String formId,
ControlMode mode)
Render list form data.
|
int |
Service.reserveListItemId(java.lang.String listId)
Reserve list item id.
|
boolean |
Service.resetRoleInheritance(java.lang.String listId,
int itemId)
Reset role inheritance.
|
boolean |
Service.restoreFileVersion(java.lang.String filePath,
java.lang.String versionLabel)
Restore file version.
|
SearchResult |
Service.search(IRestriction restriction)
Search.
|
SearchResult |
Service.search(IRestriction restriction)
Search.
|
SearchResult |
Service.search(SearchQuery query)
Search.
|
SearchResult |
Service.search(java.lang.String query)
Search.
|
void |
Service.setFieldValue(java.lang.String listId,
int listItemId,
FieldValue fieldValue)
Sets the field value.
|
void |
Service.setFieldValues(java.lang.String listId,
int listItemId,
java.util.List<FieldValue> fieldValues)
Sets the field values.
|
void |
Service.setFileFieldValue(java.lang.String filePath,
FieldValue fieldValue)
Sets the field value.
|
void |
Service.setFileFieldValues(java.lang.String filePath,
java.util.List<FieldValue> fieldValues)
Sets the field values.
|
void |
Service.setFolderFieldValue(java.lang.String folderPath,
FieldValue fieldValue)
Set the folder field value.
|
void |
Service.setFolderFieldValues(java.lang.String folderPath,
java.util.List<FieldValue> fieldValues)
Set the folder field values.
|
boolean |
Service.setShowInDisplayForm(java.lang.String id,
java.lang.String listId)
Sets the show in display form.
|
boolean |
Service.setShowInDisplayForm(java.lang.String id,
java.lang.String listId,
boolean show)
Sets the show in display form.
|
boolean |
Service.setShowInEditForm(java.lang.String id,
java.lang.String listId)
Sets the show in edit form.
|
boolean |
Service.setShowInEditForm(java.lang.String id,
java.lang.String listId,
boolean show)
Sets the show in edit form.
|
boolean |
Service.setShowInNewForm(java.lang.String id,
java.lang.String listId)
Sets the show in new form.
|
boolean |
Service.setShowInNewForm(java.lang.String id,
java.lang.String listId,
boolean show)
Sets the show in new form.
|
SuggestResult |
Service.suggest(SearchQuerySuggestion suggestion)
Suggest.
|
SuggestResult |
Service.suggest(java.lang.String query)
Suggest.
|
boolean |
Service.undoCheckOut(java.lang.String filePath)
Undo check out.
|
boolean |
Service.unpublish(java.lang.String filePath)
Unpublish.
|
boolean |
Service.unpublish(java.lang.String filePath,
java.lang.String comment)
Unpublish.
|
Field |
Service.updateField(Field field,
java.lang.String listId)
Update field.
|
void |
Service.updateFileContent(java.lang.String filePath,
byte[] buffer)
Update file content.
|
void |
Service.updateFileContent(java.lang.String filePath,
java.io.InputStream stream)
Update file content.
|
void |
Service.updateFolder(Folder folder)
Update folder.
|
void |
Service.updateGroup(Group group)
Update group.
|
void |
Service.updateList(List list)
Update list.
|
void |
Service.updateListItem(java.lang.String listId,
ListItem listItem)
Update list item.
|
void |
Service.updateListItemAttachment(java.lang.String listId,
int itemId,
java.lang.String fileName,
byte[] buffer)
Updates the list item attachment.
|
void |
Service.updateListItemAttachment(java.lang.String listId,
int itemId,
java.lang.String fileName,
java.io.InputStream stream)
Updates the list item attachment.
|
void |
Service.updateRole(Role role)
Update role.
|
void |
Service.updateSite(Site site)
Update site.
|
User |
Service.updateUser(User user,
int groupId)
Update user.
|
void |
Service.updateView(java.lang.String listId,
View view)
Update view.
|
long |
Service.uploadFile(java.lang.String filePath,
java.io.InputStream inputStream)
Uploads large file.
|
long |
Service.uploadFile(java.lang.String filePath,
java.io.InputStream inputStream,
java.lang.String uploadId)
Uploads large file.
|