|
Packages that use org.alfresco.service.NotAuditable | ||
org.alfresco.service | Provides the public facing interfaces of the Services of the Alfresco Repository. | |
org.alfresco.service.cmr.dictionary | ||
org.alfresco.service.cmr.i18n | ||
org.alfresco.service.cmr.rendition | ||
org.alfresco.service.cmr.repository | ||
org.alfresco.service.cmr.security | ||
org.alfresco.service.cmr.site | Provides the public interface for the the SiteService which is used by the Share application. | |
org.alfresco.service.cmr.tagging |
Uses of NotAuditable in org.alfresco.service |
Methods in org.alfresco.service with annotations of type NotAuditable | |
ServiceRegistry.getActionService() | |
ServiceRegistry.getAttributeService() Get the attribute service (or null if one is not provided) |
|
org.alfresco.service.cmr.audit.AuditService |
ServiceRegistry.getAuditService() |
ServiceRegistry.getAuthenticationService() | |
ServiceRegistry.getAuthorityService() | |
org.alfresco.service.cmr.blog.BlogService |
ServiceRegistry.getBlogService() Get the blog service (or null if one is not provided) |
org.alfresco.service.cmr.calendar.CalendarService |
ServiceRegistry.getCalendarService() Get the calendar service (or null if one is not provided) |
ServiceRegistry.getCategoryService() | |
ServiceRegistry.getCheckOutCheckInService() | |
org.alfresco.opencmis.dictionary.CMISDictionaryService |
ServiceRegistry.getCMISDictionaryService() Get the CMIS Dictionary service (or null if one is not provided) |
org.alfresco.opencmis.search.CMISQueryService |
ServiceRegistry.getCMISQueryService() Get the CMIS Query service (or null if one is not provided) |
org.alfresco.service.cmr.ml.ContentFilterLanguagesService |
ServiceRegistry.getContentFilterLanguagesService() |
ServiceRegistry.getContentService() | |
ServiceRegistry.getCopyService() | |
org.alfresco.service.descriptor.DescriptorService |
ServiceRegistry.getDescriptorService() |
ServiceRegistry.getDictionaryService() | |
org.alfresco.service.cmr.ml.EditionService |
ServiceRegistry.getEditionService() Get the Edition Service |
org.alfresco.service.cmr.view.ExporterService |
ServiceRegistry.getExporterService() |
org.alfresco.repo.search.impl.solr.facet.handler.FacetLabelDisplayHandlerRegistry |
ServiceRegistry.getFacetLabelDisplayHandlerRegistry() Get the facet label display handler registry bean |
ServiceRegistry.getFileFolderService() | |
org.alfresco.repo.forms.FormService |
ServiceRegistry.getFormService() Get the form service (or null if one is not provided) |
org.alfresco.repo.imap.ImapService |
ServiceRegistry.getImapService() Get the IMAP service (or null if one is not provided) |
org.alfresco.service.cmr.view.ImporterService |
ServiceRegistry.getImporterService() |
org.alfresco.service.cmr.invitation.InvitationService |
ServiceRegistry.getInvitationService() Get the invitation service (or null if one is not provided) |
ServiceRegistry.getJobLockService() | |
ServiceRegistry.getLockService() | |
ServiceRegistry.getMimetypeService() | |
ServiceRegistry.getModuleService() Get the module service bean. |
|
org.alfresco.service.cmr.ml.MultilingualContentService |
ServiceRegistry.getMultilingualContentService() Get the Multilingual Content Service |
ServiceRegistry.getNamespaceService() | |
ServiceRegistry.getNodeLocatorService() Get the node locator service (or null if one is not provided) |
|
ServiceRegistry.getNodeService() | |
org.alfresco.service.cmr.notification.NotificationService |
ServiceRegistry.getNotificationService() |
org.alfresco.service.cmr.security.OwnableService |
ServiceRegistry.getOwnableService() Get the ownable service (or null if one is not provided) |
ServiceRegistry.getPermissionService() | |
ServiceRegistry.getPersonService() Get the person service (or null if one is not provided) |
|
org.alfresco.service.cmr.security.PublicServiceAccessService |
ServiceRegistry.getPublicServiceAccessService() Get the Public Service Access service (or null if one is not provided) |
org.alfresco.service.cmr.rating.RatingService |
ServiceRegistry.getRatingService() Get the rating service (or null if one is not provided) |
ServiceRegistry.getRenditionService() Get the rendition service (or null if one is not provided) |
|
org.alfresco.service.cmr.admin.RepoAdminService |
ServiceRegistry.getRepoAdminService() Get the repo admin service (or null if one is not provided) |
ServiceRegistry.getRetryingTransactionHelper() | |
org.alfresco.service.cmr.rule.RuleService |
ServiceRegistry.getRuleService() |
org.alfresco.service.cmr.repository.ScriptService |
ServiceRegistry.getScriptService() |
ServiceRegistry.getSearchService() | |
ServiceRegistry.getService(QName service) Get the specified service. |
|
ServiceRegistry.getServices() Get the list of services provided by the Repository |
|
ServiceRegistry.getSiteService() Get the site service (or null if one is not provided) |
|
org.alfresco.repo.search.impl.solr.facet.SolrFacetHelper |
ServiceRegistry.getSolrFacetHelper() Get the Solr facet helper bean |
org.alfresco.repo.admin.SysAdminParams |
ServiceRegistry.getSysAdminParams() Get the sys admin params helper bean. |
ServiceRegistry.getTaggingService() Get the Tagging Service |
|
ServiceRegistry.getTemplateService() | |
org.alfresco.service.cmr.thumbnail.ThumbnailService |
ServiceRegistry.getThumbnailService() Get the Thumbnail Service |
org.alfresco.service.transaction.TransactionService |
ServiceRegistry.getTransactionService() |
ServiceRegistry.getVersionService() | |
org.alfresco.service.cmr.webdav.WebDavService |
ServiceRegistry.getWebDavService() Get the webdav service / helper bean. |
ServiceRegistry.getWorkflowService() | |
boolean |
ServiceRegistry.isServiceProvided(QName service) Is the specified service provided by the Repository? |
Uses of NotAuditable in org.alfresco.service.cmr.dictionary |
Methods in org.alfresco.service.cmr.dictionary with annotations of type NotAuditable | |
DictionaryService.getAllAspects() | |
DictionaryService.getAllAspects(boolean includeInherited) | |
DictionaryService.getAllAssociations() Get all the association definitions |
|
DictionaryService.getAllAssociations(boolean includeInherited) | |
DictionaryService.getAllDataTypes() | |
DictionaryService.getAllModels() | |
DictionaryService.getAllProperties(QName dataType) Get all properties defined across all models with the given data type. |
|
DictionaryService.getAllTypes() | |
DictionaryService.getAllTypes(boolean includeInherited) | |
DictionaryService.getAnonymousType(QName type, Collection<QName> aspects) Construct an anonymous type that combines the definitions of the specified type and aspects. |
|
DictionaryService.getAspect(QName name) | |
DictionaryService.getAspects(QName model) | |
DictionaryService.getAssociation(QName associationName) Gets the definition of the association as defined by its owning Class. |
|
DictionaryService.getAssociations(QName model) | |
DictionaryService.getClass(QName name) | |
DictionaryService.getConstraint(QName constraintQName) Gets the definition of the constraint |
|
DictionaryService.getDataType(Class<?> javaClass) | |
DictionaryService.getDataType(QName name) | |
DictionaryService.getDataTypes(QName model) | |
DictionaryService.getModel(QName model) | |
DictionaryService.getProperties(QName model, QName dataType) Get all properties defined for the given model with the given data type. |
|
DictionaryService.getProperty(QName propertyName) Gets the definition of the property as defined by its owning Class. |
|
DictionaryService.getProperty(QName className, QName propertyName) Gets the definition of the property as defined by the specified Class. |
|
DictionaryService.getPropertyDefs(QName className) Gets the definitions of the properties defined by the specified Class. |
|
DictionaryService.getSubAspects(QName aspect, boolean follow) | |
DictionaryService.getSubTypes(QName type, boolean follow) Get the sub types of the type. |
|
DictionaryService.getType(QName name) | |
DictionaryService.getTypes(QName model) | |
boolean |
DictionaryService.isSubClass(QName className, QName ofClassName) Determines whether a class is a sub-class of another class |
Uses of NotAuditable in org.alfresco.service.cmr.i18n |
Methods in org.alfresco.service.cmr.i18n with annotations of type NotAuditable | |
MessageLookup.getMessage(String messageKey) Get message from registered resource bundle. |
|
MessageLookup.getMessage(String messageKey, Locale locale) Get a localised message string |
|
MessageLookup.getMessage(String messageKey, Locale locale, Object... params) Get a localised message string, parameterized using standard MessageFormatter. |
|
MessageLookup.getMessage(String messageKey, Object... params) Get a localised message string, parameterized using standard MessageFormatter. |
Uses of NotAuditable in org.alfresco.service.cmr.rendition |
Methods in org.alfresco.service.cmr.rendition with annotations of type NotAuditable | |
void |
RenditionService.cancelRenditions(NodeRef sourceNode) Cancels all known cancellable running renditions for the given NodeRef via the org.alfresco.service.cmr.action.ActionTrackingService. |
void |
RenditionService.cancelRenditions(NodeRef sourceNode, String type) Cancels all known cancellable running renditions for the given NodeRef and type via the org.alfresco.service.cmr.action.ActionTrackingService. |
org.alfresco.service.cmr.rendition.CompositeRenditionDefinition |
RenditionService.createCompositeRenditionDefinition(QName renditionName) Creates a new org.alfresco.service.cmr.rendition.CompositeRenditionDefinition and sets the rendition name and the rendering engine name to the specified values. |
RenditionService.createRenditionDefinition(QName renditionName, String renderingEngineName) Creates a new RenditionDefinition and sets the rendition name and the rendering engine name to the specified values. |
|
org.alfresco.service.cmr.rendition.RenderingEngineDefinition |
RenditionService.getRenderingEngineDefinition(String name) Returns the org.alfresco.service.cmr.rendition.RenderingEngineDefinition associated with the specified rendering engine name. |
List<org.alfresco.service.cmr.rendition.RenderingEngineDefinition> |
RenditionService.getRenderingEngineDefinitions() |
RenditionService.getRenditionByName(NodeRef node, QName renditionName) This method gets the rendition of the specified node identified by the provided rendition name. |
|
RenditionService.getRenditions(NodeRef node) This method gets all the renditions of the specified node. |
|
RenditionService.getRenditions(NodeRef node, String mimeTypePrefix) This method gets all the renditions of the specified node filtered by MIME-type prefix. |
|
RenditionService.getSourceNode(NodeRef renditionNode) This method gets the source node for the specified rendition node. |
|
boolean |
RenditionService.isRendition(NodeRef node) This method returns true if the specified NodeRef is a valid rendition node, else false . |
RenditionService.render(NodeRef sourceNode, QName renditionDefinitionQName) This method synchronously renders content as specified by the given rendition name. |
|
void |
RenditionService.render(NodeRef sourceNode, QName renditionDefinitionQName, org.alfresco.service.cmr.rendition.RenderCallback callback) This method asynchronously renders content as specified by the given rendition definition name. |
RenditionService.render(NodeRef sourceNode, RenditionDefinition renditionDefinition) This method synchronously renders content as specified by the given RenditionDefinition. |
|
void |
RenditionService.render(NodeRef sourceNode, RenditionDefinition renditionDefinition, org.alfresco.service.cmr.rendition.RenderCallback callback) This method asynchronously renders content as specified by the given RenditionDefinition. |
Uses of NotAuditable in org.alfresco.service.cmr.repository |
Methods in org.alfresco.service.cmr.repository with annotations of type NotAuditable | |
org.alfresco.repo.content.encoding.ContentCharsetFinder |
MimetypeService.getContentCharsetFinder() Provides the system default charset finder. |
MimetypeService.getDisplaysByExtension() Get all human readable mimetype descriptions indexed by mimetype extension |
|
MimetypeService.getDisplaysByMimetype() Get all human readable mimetype descriptions indexed by mimetype |
|
MimetypeService.getExtension(String mimetype) Get the extension for the specified mimetype |
|
MimetypeService.getExtensionsByMimetype() Get all mimetype extensions indexed by mimetype |
|
MimetypeService.getMimetype(String extension) Get the mimetype for the specified extension |
|
MimetypeService.getMimetypeIfNotMatches(ContentReader reader) Use detection heuristics to check if the mime type of the document really matches what it claims to be. |
|
MimetypeService.getMimetypes() Get all mimetypes |
|
MimetypeService.getMimetypes(String extension) Returns a collection of mimetypes ordered by extension. |
|
MimetypeService.getMimetypesByExtension() Get all mimetypes indexed by extension |
|
MimetypeService.guessMimetype(String filename) Provides a non-null best guess of the appropriate mimetype given a filename, based entirely on the file extension. |
|
MimetypeService.guessMimetype(String filename, ContentReader reader) Provides a non-null best guess of the appropriate mimetype for a given file. |
|
MimetypeService.guessMimetype(String filename, InputStream input) Provides a non-null best guess of the appropriate mimetype for a given file. |
|
boolean |
MimetypeService.isText(String mimetype) Check if a given mimetype represents a text format. |
Uses of NotAuditable in org.alfresco.service.cmr.security |
Methods in org.alfresco.service.cmr.security with annotations of type NotAuditable | |
int |
PersonService.countPeople() Counts the number of persons registered with the system. |
AuthorityService.getDefaultZones() Get the name of the default zone. |
|
PersonService.getUserIdentifier(String caseSensitiveUserName) Given the case sensitive user name find the approriate identifier from the person service. |
|
boolean |
PersonService.isEnabled(String userName) Is the specified user, enabled |
Uses of NotAuditable in org.alfresco.service.cmr.site |
Methods in org.alfresco.service.cmr.site with annotations of type NotAuditable | |
boolean |
SiteService.canAddMember(String shortName, String authorityName, String role) Can the current user add the authority "authorityName" to the site "shortName" with role "role"? |
int |
SiteService.countAuthoritiesWithRole(String shortName, String role) |
SiteService.createContainer(String shortName, String componentId, QName containerType, Map<QName,Serializable> containerProperties) Creates a container for a component is a site of the given container type (must be a sub-type of st:siteContainer) |
|
SiteService.findSites(String filter, int size) This method will find all sites available to the currently authenticated user based on the specified site filter and result set size. |
|
SiteService.findSites(String filter, String sitePresetFilter, int size) This method will find all sites available to the currently authenticated user based on the specified site filter, site preset filter and result set size. |
|
SiteService.getContainer(String shortName, String componentId) Gets the "container" folder for the specified component. |
|
SiteService.getMembersRole(String shortName, String authorityName) | |
SiteService.getMembersRoleInfo(String shortName, String authorityName) Gets the extended role information of the specified user. |
|
SiteService.getSite(NodeRef nodeRef) This method gets the SiteInfo for the Share Site which contains the given NodeRef. |
|
SiteService.getSite(String shortName) Gets site information based on the short name of a site. |
|
SiteService.getSiteGroup(String shortName) Gets the sites group. |
|
SiteService.getSiteRoleGroup(String shortName, String role) Gets the sites role group. |
|
SiteService.getSiteRoles() Gets a list of all the currently available roles that a user can perform on all sites |
|
SiteService.getSiteRoles(String shortName) Gets a list of all the currently available roles that a user can perform on a specific site. |
|
SiteService.getSiteRoot() Gets the reference to the folder that is the Site root node. |
|
SiteService.getSiteShortName(NodeRef nodeRef) This method gets the shortName for the Share Site which contains the given NodeRef. |
|
boolean |
SiteService.hasContainer(String shortName, String componentId) Determines if a "container" folder for the specified component exists. |
boolean |
SiteService.hasCreateSitePermissions() This method checks if the currently authenticated user has permission to create sites. |
boolean |
SiteService.hasSite(String shortName) Returns true if the site exists. |
boolean |
SiteService.isMember(String shortName, String authorityName) Indicates whether an authority is a member of a site or not |
boolean |
SiteService.isSiteAdmin(String userName) Indicates whether the specified user is a site administrator or not. |
SiteService.listContainers(String shortName, PagingRequest pagingRequest) Returns a paged list of top level containers for the site |
|
void |
SiteService.listMembers(String shortName, String nameFilter, String roleFilter, boolean collapseGroups, org.alfresco.service.cmr.site.SiteService.SiteMembersCallback callback) List the members of the site. |
SiteService.listMembers(String shortName, String nameFilter, String roleFilter, int size) List the members of the site. |
|
SiteService.listMembers(String shortName, String nameFilter, String roleFilter, int size, boolean collapseGroups) List the members of the site. |
|
SiteService.listMembersInfo(String shortName, String nameFilter, String roleFilter, int size, boolean collapseGroups) List the members of the site. |
|
PagingResults<org.alfresco.repo.site.SiteMembership> |
SiteService.listMembersPaged(String shortName, boolean collapseGroups, List<Pair<org.alfresco.service.cmr.site.SiteService.SortFields,Boolean>> sortProps, PagingRequest pagingRequest) Gets the role of the specified user. |
List<org.alfresco.repo.site.SiteMembership> |
SiteService.listSiteMemberships(String userName, int size) Lists all the memberships in sites that the specified user is in. |
SiteService.listSites(List<org.alfresco.repo.node.getchildren.FilterProp> filterProps, List<Pair<QName,Boolean>> sortProps, PagingRequest pagingRequest) This method returns paged result sets of SiteInfo objects, which should be more efficient than the unpaged methods also available on this interface. |
|
SiteService.listSites(String userName) List all the sites that the specified user has a explicit membership to. |
|
SiteService.listSites(String userName, int size) List all the sites that the specified user has a explicit membership to. |
|
SiteService.listSites(String filter, String sitePresetFilter) List the available sites. |
|
SiteService.listSites(String filter, String sitePresetFilter, int size) List the available sites. |
|
PagingResults<org.alfresco.repo.site.SiteMembership> |
SiteService.listSitesPaged(String userName, List<Pair<org.alfresco.service.cmr.site.SiteService.SortFields,Boolean>> sortProps, PagingRequest pagingRequest) List all the sites that the specified user has a explicit membership to. |
SiteService.resolveSite(String group) |
Uses of NotAuditable in org.alfresco.service.cmr.tagging |
Methods in org.alfresco.service.cmr.tagging with annotations of type NotAuditable | |
List<org.alfresco.service.cmr.tagging.TagScope> |
TaggingService.findAllTagScopes(NodeRef nodeRef) Finds all the tag scopes for the specified node. |
TaggingService.findTaggedNodes(StoreRef storeRef, String tag) Find all nodes that have been tagged with the specified tag. |
|
TaggingService.findTaggedNodes(StoreRef storeRef, String tag, NodeRef nodeRef) Find all nodes that have been tagged with the specified tag and reside within the context of the node reference provided. |
|
org.alfresco.service.cmr.tagging.TagScope |
TaggingService.findTagScope(NodeRef nodeRef) Finds the 'nearest' tag scope for the specified node. |
TaggingService.getPagedTags(StoreRef storeRef, int fromTag, int pageSize) Get page of the tags currently available |
|
TaggingService.getPagedTags(StoreRef storeRef, String filter, int fromTag, int pageSize) | |
TaggingService.getTagNodeRef(StoreRef storeRef, String tag) Gets the node reference for a given tag. |
|
TaggingService.getTags(NodeRef nodeRef) Get all the tags on a node |
|
TaggingService.getTags(NodeRef nodeRef, PagingRequest pagingRequest) Get a paged list of all the tags on a node |
|
TaggingService.getTags(StoreRef storeRef) Get all the tags currently available |
|
TaggingService.getTags(StoreRef storeRef, PagingRequest pagingRequest) Get a paged list of all the tags currently available |
|
TaggingService.getTags(StoreRef storeRef, String filter) Get all the tags currently available that match the provided filter. |
|
boolean |
TaggingService.isTag(StoreRef storeRef, String tag) Indicates whether the tag already exists |
boolean |
TaggingService.isTagScope(NodeRef nodeRef) Indicates whether the node reference is a tag scope |
|