Uses of Interface
org.alfresco.service.ServiceRegistry
-
-
Uses of ServiceRegistry in org.alfresco.filesys.alfresco
Methods in org.alfresco.filesys.alfresco that return ServiceRegistry Modifier and Type Method Description ServiceRegistryAlfrescoDiskDriver. getServiceRegistry()Return the service registryMethods in org.alfresco.filesys.alfresco with parameters of type ServiceRegistry Modifier and Type Method Description voidAlfrescoDiskDriver. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registry -
Uses of ServiceRegistry in org.alfresco.opencmis
Methods in org.alfresco.opencmis that return ServiceRegistry Modifier and Type Method Description ServiceRegistryCMISConnector. getServiceRegistry()Return the service registryMethods in org.alfresco.opencmis with parameters of type ServiceRegistry Modifier and Type Method Description voidCMISConnector. setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.alfresco.opencmis.mapping
Methods in org.alfresco.opencmis.mapping that return ServiceRegistry Modifier and Type Method Description protected ServiceRegistryAbstractActionEvaluator. getServiceRegistry()protected ServiceRegistryAbstractProperty. getServiceRegistry()Methods in org.alfresco.opencmis.mapping with parameters of type ServiceRegistry Modifier and Type Method Description voidRuntimePropertyAccessorMapping. setServiceRegistry(ServiceRegistry serviceRegistry)Constructors in org.alfresco.opencmis.mapping with parameters of type ServiceRegistry Constructor Description AbstractActionEvaluator(ServiceRegistry serviceRegistry, org.apache.chemistry.opencmis.commons.enums.Action action)ConstructAbstractProperty(ServiceRegistry serviceRegistry, CMISConnector connector, java.lang.String propertyName)ConstructAllowedChildObjectTypeIdsProperty(ServiceRegistry serviceRegistry, CMISConnector connector, org.alfresco.opencmis.mapping.CMISMapping cmisMapping)ConstructBaseTypeIdProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructCanCancelCheckOutActionEvaluator(ServiceRegistry serviceRegistry)ConstructCanCheckInActionEvaluator(ServiceRegistry serviceRegistry)ConstructCanCheckOutActionEvaluator(ServiceRegistry serviceRegistry)ConstructCanDeleteDocumentEvaluator(ServiceRegistry serviceRegistry)ConstructCheckinCommentProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructContentStreamFileNameProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ContentStreamIdProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructContentStreamLengthProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructContentStreamMimetypeProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructCreationDateProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructCurrentVersionEvaluator(ServiceRegistry serviceRegistry, org.alfresco.opencmis.dictionary.CMISActionEvaluator currentVersionEvaluator, boolean nonCurrentVersionValue)ConstructCurrentVersionEvaluator(ServiceRegistry serviceRegistry, org.apache.chemistry.opencmis.commons.enums.Action action, boolean currentVersionValue, boolean nonCurrentVersionValue)ConstructDescriptionProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructDirectProperty(ServiceRegistry serviceRegistry, CMISConnector connector, java.lang.String propertyName, org.alfresco.service.namespace.QName alfrescoName)ConstructFixedValueActionEvaluator(ServiceRegistry serviceRegistry, org.apache.chemistry.opencmis.commons.enums.Action action, boolean allowed)ConstructFixedValueProperty(ServiceRegistry serviceRegistry, CMISConnector connector, java.lang.String propertyName, java.io.Serializable value)ConstructIsImmutableProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructIsLatestMajorVersionProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructIsLatestVersionProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructIsMajorVersionProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructIsPrivateWorkingCopy(ServiceRegistry serviceRegistry, CMISConnector connector)IsVersionSeriesCheckedOutProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructModificationDateProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructNameProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructNodeRefProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructObjectIdProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructObjectTypeIdProperty(ServiceRegistry serviceRegistry, CMISConnector connector, org.alfresco.opencmis.dictionary.CMISDictionaryService dictionaryService)ConstructParentProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructPathProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructPermissionActionEvaluator(ServiceRegistry serviceRegistry, org.apache.chemistry.opencmis.commons.enums.Action action, java.lang.String... permission)ConstructRootFolderEvaluator(ServiceRegistry serviceRegistry, org.alfresco.opencmis.dictionary.CMISActionEvaluator folderEvaluator, boolean rootFolderValue)SecondaryTypesProperty(ServiceRegistry serviceRegistry, CMISConnector connector, org.alfresco.opencmis.mapping.CMISMapping cmisMapping)ConstructSourceIdProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructTargetIdProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructVersionLabelProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructVersionSeriesCheckedOutByProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructVersionSeriesCheckedOutIdProperty(ServiceRegistry serviceRegistry, CMISConnector connector)ConstructVersionSeriesIdProperty(ServiceRegistry serviceRegistry, CMISConnector connector)Construct -
Uses of ServiceRegistry in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type ServiceRegistry Modifier and Type Method Description voidMailActionExecuter. setServiceRegistry(ServiceRegistry serviceRegistry)voidScriptActionExecuter. setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.alfresco.repo.action.scheduled
Methods in org.alfresco.repo.action.scheduled with parameters of type ServiceRegistry Modifier and Type Method Description voidFreeMarkerWithLuceneExtensionsModelFactory. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registry -
Uses of ServiceRegistry in org.alfresco.repo.action.script
Methods in org.alfresco.repo.action.script with parameters of type ServiceRegistry Modifier and Type Method Description voidScriptActionTrackingService. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registryConstructors in org.alfresco.repo.action.script with parameters of type ServiceRegistry Constructor Description ScriptExecutionDetails(ExecutionDetails details, ServiceRegistry services) -
Uses of ServiceRegistry in org.alfresco.repo.bulkimport.metadataloaders
Constructors in org.alfresco.repo.bulkimport.metadataloaders with parameters of type ServiceRegistry Constructor Description PropertiesFileMetadataLoader(ServiceRegistry serviceRegistry)PropertiesFileMetadataLoader(ServiceRegistry serviceRegistry, java.lang.String multiValuedSeparator)XmlPropertiesFileMetadataLoader(ServiceRegistry serviceRegistry)XmlPropertiesFileMetadataLoader(ServiceRegistry serviceRegistry, java.lang.String multiValuedSeparator) -
Uses of ServiceRegistry in org.alfresco.repo.imap
Fields in org.alfresco.repo.imap declared as ServiceRegistry Modifier and Type Field Description protected ServiceRegistryAbstractImapFolder. serviceRegistryprotected ServiceRegistryAbstractMimeMessage. serviceRegistryMethods in org.alfresco.repo.imap with parameters of type ServiceRegistry Modifier and Type Method Description protected voidAbstractMimeMessage. buildMessage(FileInfo fileInfo, ServiceRegistry serviceRegistry)voidAttachmentsExtractor. setServiceRegistry(ServiceRegistry serviceRegistry)voidImapServiceImpl. setServiceRegistry(ServiceRegistry serviceRegistry)Constructors in org.alfresco.repo.imap with parameters of type ServiceRegistry Constructor Description AbstractImapFolder(ServiceRegistry serviceRegistry)AbstractMimeMessage(FileInfo fileInfo, ServiceRegistry serviceRegistry, boolean generateBody)AlfrescoImapFolder(FileInfo folderInfo, java.lang.String userName, java.lang.String folderName, java.lang.String folderPath, AlfrescoImapConst.ImapViewMode viewMode, boolean extractAttachmentsEnabled, ImapService imapService, ServiceRegistry serviceRegistry, int mountPointId)ConstructsAlfrescoImapFolderobject.AlfrescoImapFolder(FileInfo folderInfo, java.lang.String userName, java.lang.String folderName, java.lang.String folderPath, AlfrescoImapConst.ImapViewMode viewMode, ImapService imapService, ServiceRegistry serviceRegistry, java.lang.Boolean selectable, boolean extractAttachmentsEnabled, int mountPointId)ConstructsAlfrescoImapFolderobject.ContentModelMessage(FileInfo fileInfo, ServiceRegistry serviceRegistry, boolean generateBody)ImapModelMessage(FileInfo fileInfo, ServiceRegistry serviceRegistry, boolean generateBody)ConstructsImapModelMessageobject.IncomingImapMessage(FileInfo fileInfo, ServiceRegistry serviceRegistry, javax.mail.internet.MimeMessage message)ConstructsIncomingImapMessageobject based onMimeMessage -
Uses of ServiceRegistry in org.alfresco.repo.invitation
Methods in org.alfresco.repo.invitation with parameters of type ServiceRegistry Modifier and Type Method Description voidInvitationServiceImpl. setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.alfresco.repo.invitation.site
Constructors in org.alfresco.repo.invitation.site with parameters of type ServiceRegistry Constructor Description InviteModeratedSender(ServiceRegistry services, Repository repository, MessageService messageService)InviteNominatedSender(ServiceRegistry services, Repository repository, MessageService messageService)InviteSender(ServiceRegistry services, Repository repository, MessageService messageService) -
Uses of ServiceRegistry in org.alfresco.repo.jscript
Fields in org.alfresco.repo.jscript declared as ServiceRegistry Modifier and Type Field Description protected ServiceRegistryScriptAction. servicesprotected ServiceRegistryScriptNode. servicesprotected ServiceRegistryScriptUtils. servicesServicesprotected ServiceRegistrySearch. servicesService registryMethods in org.alfresco.repo.jscript with parameters of type ServiceRegistry Modifier and Type Method Description java.io.SerializableScriptNode.NodeValueConverter. convertValueForScript(ServiceRegistry services, org.mozilla.javascript.Scriptable scope, org.alfresco.service.namespace.QName qname, java.io.Serializable value)java.io.SerializableValueConverter. convertValueForScript(ServiceRegistry services, org.mozilla.javascript.Scriptable scope, org.alfresco.service.namespace.QName qname, java.io.Serializable value)Convert an object from any repository serialized value to a valid script object.ScriptNodeScriptNode. newInstance(FileInfo nodeInfo, ServiceRegistry services, org.mozilla.javascript.Scriptable scope)ScriptNodeScriptNode. newInstance(org.alfresco.service.cmr.repository.NodeRef nodeRef, ServiceRegistry services, org.mozilla.javascript.Scriptable scope)Factory methodvoidActions. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registryvoidClassification. setServiceRegistry(ServiceRegistry services)Set the service registryvoidImap. setServiceRegistry(ServiceRegistry services)Set the service registryvoidPeople. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registryvoidPresence. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registryvoidScriptBehaviour. setServiceRegistry(ServiceRegistry serviceRegistry)voidScriptUtils. setServiceRegistry(ServiceRegistry services)Sets the service registryvoidSearch. setServiceRegistry(ServiceRegistry services)Set the service registryvoidSession. setServiceRegistry(ServiceRegistry services)Set the service registryConstructors in org.alfresco.repo.jscript with parameters of type ServiceRegistry Constructor Description Association(ServiceRegistry services, org.alfresco.service.cmr.repository.AssociationRef assocRef)Association(ServiceRegistry services, org.alfresco.service.cmr.repository.AssociationRef assocRef, org.mozilla.javascript.Scriptable scope)Behaviour(ServiceRegistry services, java.lang.String name, java.lang.Object[] args)ConstructorCategoryNode(org.alfresco.service.cmr.repository.NodeRef nodeRef, ServiceRegistry services)ConstructorCategoryNode(org.alfresco.service.cmr.repository.NodeRef nodeRef, ServiceRegistry services, org.mozilla.javascript.Scriptable scope)ConstructorCategoryTemplateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef, ServiceRegistry services, TemplateImageResolver resolver)ConstructorChildAssociation(ServiceRegistry services, org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)ChildAssociation(ServiceRegistry services, org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef, org.mozilla.javascript.Scriptable scope)ConstructorContentAwareScriptableQNameMap(ScriptNode factory, ServiceRegistry services)ConstructorScriptAction(ServiceRegistry services, Action action, ActionDefinition actionDef)ConstructScriptBehaviour(ServiceRegistry serviceRegistry, ScriptLocation location)ScriptBehaviour(ServiceRegistry serviceRegistry, ScriptLocation location, Behaviour.NotificationFrequency frequency)ScriptNode(FileInfo nodeInfo, ServiceRegistry services, org.mozilla.javascript.Scriptable scope)ConstructorScriptNode(org.alfresco.service.cmr.repository.NodeRef nodeRef, ServiceRegistry services)ConstructorScriptNode(org.alfresco.service.cmr.repository.NodeRef nodeRef, ServiceRegistry services, org.mozilla.javascript.Scriptable scope)ConstructorScriptVersion(Version version, ServiceRegistry services, org.mozilla.javascript.Scriptable scope)Construct -
Uses of ServiceRegistry in org.alfresco.repo.module
Fields in org.alfresco.repo.module declared as ServiceRegistry Modifier and Type Field Description protected ServiceRegistryAbstractModuleComponent. serviceRegistryMethods in org.alfresco.repo.module with parameters of type ServiceRegistry Modifier and Type Method Description voidAbstractModuleComponent. setServiceRegistry(ServiceRegistry serviceRegistry)voidModuleComponentHelper. setServiceRegistry(ServiceRegistry serviceRegistry)voidModuleServiceImpl. setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.alfresco.repo.node
Methods in org.alfresco.repo.node with parameters of type ServiceRegistry Modifier and Type Method Description static voidFFCLoadsOfFiles. doExample(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.alfresco.repo.preference.script
Methods in org.alfresco.repo.preference.script with parameters of type ServiceRegistry Modifier and Type Method Description voidScriptPreferenceService. setServiceRegistry(ServiceRegistry services) -
Uses of ServiceRegistry in org.alfresco.repo.processor
Fields in org.alfresco.repo.processor declared as ServiceRegistry Modifier and Type Field Description protected ServiceRegistryBaseProcessor. servicesThe service registryMethods in org.alfresco.repo.processor with parameters of type ServiceRegistry Modifier and Type Method Description voidBaseProcessor. setServiceRegistry(ServiceRegistry serviceRegistry)Sets the service registry -
Uses of ServiceRegistry in org.alfresco.repo.rating.script
Methods in org.alfresco.repo.rating.script with parameters of type ServiceRegistry Modifier and Type Method Description voidScriptRatingService. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registry -
Uses of ServiceRegistry in org.alfresco.repo.rendition
Methods in org.alfresco.repo.rendition with parameters of type ServiceRegistry Modifier and Type Method Description voidRenditionServiceImpl. setServiceRegistry(ServiceRegistry serviceRegistry)Deprecated.Injects the ServiceRegistry bean.voidStandardRenditionLocationResolverImpl. setServiceRegistry(ServiceRegistry serviceRegistry)Deprecated. -
Uses of ServiceRegistry in org.alfresco.repo.rendition.executer
Methods in org.alfresco.repo.rendition.executer with parameters of type ServiceRegistry Modifier and Type Method Description voidFreemarkerRenderingEngine. setServiceRegistry(ServiceRegistry serviceRegistry)Deprecated. -
Uses of ServiceRegistry in org.alfresco.repo.rendition.script
Methods in org.alfresco.repo.rendition.script with parameters of type ServiceRegistry Modifier and Type Method Description voidScriptRenditionService. setServiceRegistry(ServiceRegistry serviceRegistry)Deprecated.Set the service registryConstructors in org.alfresco.repo.rendition.script with parameters of type ServiceRegistry Constructor Description ScriptRenditionDefinition(ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope, RenderingEngineDefinition engineDefinition, RenditionDefinition renditionDefinition)Deprecated. -
Uses of ServiceRegistry in org.alfresco.repo.replication.script
Methods in org.alfresco.repo.replication.script with parameters of type ServiceRegistry Modifier and Type Method Description voidScriptReplicationService. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registryConstructors in org.alfresco.repo.replication.script with parameters of type ServiceRegistry Constructor Description ScriptReplicationDefinition(ServiceRegistry serviceRegistry, ReplicationService replicationService, org.mozilla.javascript.Scriptable scope, ReplicationDefinition replicationDefinition) -
Uses of ServiceRegistry in org.alfresco.repo.search.impl.solr.facet.handler
Fields in org.alfresco.repo.search.impl.solr.facet.handler declared as ServiceRegistry Modifier and Type Field Description protected ServiceRegistryAbstractFacetLabelDisplayHandler. serviceRegistryMethods in org.alfresco.repo.search.impl.solr.facet.handler with parameters of type ServiceRegistry Modifier and Type Method Description voidAbstractFacetLabelDisplayHandler. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registry -
Uses of ServiceRegistry in org.alfresco.repo.security.authority.script
Methods in org.alfresco.repo.security.authority.script with parameters of type ServiceRegistry Modifier and Type Method Description static ScriptGroup[]ScriptGroup. makeScriptGroups(java.util.Collection<java.lang.String> authorities, ScriptPagingDetails paging, java.lang.String sortBy, boolean sortAsc, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)static ScriptGroup[]ScriptGroup. makeScriptGroups(java.util.Collection<java.lang.String> authorities, ScriptPagingDetails paging, java.lang.String sortBy, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Deprecated.static ScriptGroup[]ScriptGroup. makeScriptGroups(java.util.Collection<java.lang.String> authorities, ScriptPagingDetails paging, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Deprecated.static ScriptGroup[]ScriptGroup. makeScriptGroups(org.alfresco.query.PagingResults<java.lang.String> pagedGroups, ScriptPagingDetails paging, java.lang.String sortBy, boolean sortAsc, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Returns an array of ScriptGroup objects representing the given paged results.static ScriptGroup[]ScriptGroup. makeScriptGroups(org.alfresco.query.PagingResults<java.lang.String> pagedGroups, ScriptPagingDetails paging, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Deprecated.static ScriptGroup[]ScriptGroup. makeScriptGroupsInfo(org.alfresco.query.PagingResults<AuthorityInfo> pagedGroups, ScriptPagingDetails paging, java.lang.String sortBy, boolean sortAsc, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Returns an array of ScriptGroup objects representing the given paged results.voidScriptAuthorityService. setServiceRegistry(ServiceRegistry serviceRegistry)Constructors in org.alfresco.repo.security.authority.script with parameters of type ServiceRegistry Constructor Description ScriptGroup(java.lang.String fullName, java.lang.String displayName, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)New script groupScriptGroup(java.lang.String fullName, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)New script groupScriptUser(java.lang.String userName, org.alfresco.service.cmr.repository.NodeRef personNodeRef, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Constructs a scriptable object representing a user. -
Uses of ServiceRegistry in org.alfresco.repo.security.person
Methods in org.alfresco.repo.security.person that return ServiceRegistry Modifier and Type Method Description protected ServiceRegistryAbstractHomeFolderProvider. getServiceRegistry()Deprecated.Get the service registry.Methods in org.alfresco.repo.security.person with parameters of type ServiceRegistry Modifier and Type Method Description voidAbstractHomeFolderProvider. setServiceRegistry(ServiceRegistry serviceRegistry)Deprecated.Set the service registry.voidPersonServiceImpl. setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.alfresco.repo.service
Classes in org.alfresco.repo.service that implement ServiceRegistry Modifier and Type Class Description classServiceDescriptorRegistryImplementation of a Service Registry based on the definition of Services contained within a Spring Bean Factory. -
Uses of ServiceRegistry in org.alfresco.repo.site.script
Methods in org.alfresco.repo.site.script with parameters of type ServiceRegistry Modifier and Type Method Description voidScriptSiteService. setServiceRegistry(ServiceRegistry serviceRegistry)Sets the Service Registry -
Uses of ServiceRegistry in org.alfresco.repo.tagging.script
Methods in org.alfresco.repo.tagging.script with parameters of type ServiceRegistry Modifier and Type Method Description voidScriptTaggingService. setServiceRegistry(ServiceRegistry serviceRegistry)Sets the Service Registry -
Uses of ServiceRegistry in org.alfresco.repo.template
Fields in org.alfresco.repo.template declared as ServiceRegistry Modifier and Type Field Description protected ServiceRegistryBaseContentNode. servicesprotected ServiceRegistryBaseTemplateMap. servicesMethods in org.alfresco.repo.template with parameters of type ServiceRegistry Modifier and Type Method Description java.io.SerializablePropertyConverter. convertProperty(java.io.Serializable value, org.alfresco.service.namespace.QName name, ServiceRegistry services, TemplateImageResolver resolver)voidClassification. setServiceRegistry(ServiceRegistry services)Sets the service registryvoidPeople. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registryvoidSession. setServiceRegistry(ServiceRegistry services)Sets the service registryvoidShortQNameMethod. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registryvoidSite. setServiceRegistry(ServiceRegistry serviceRegistry)Set the service registryvoidWorkflow. setServiceRegistry(ServiceRegistry services)Sets the service registry -
Uses of ServiceRegistry in org.alfresco.repo.thumbnail
Methods in org.alfresco.repo.thumbnail with parameters of type ServiceRegistry Modifier and Type Method Description static ActionThumbnailHelper. createCreateThumbnailAction(ThumbnailDefinition thumbnailDef, ServiceRegistry services)Deprecated. -
Uses of ServiceRegistry in org.alfresco.repo.thumbnail.script
Methods in org.alfresco.repo.thumbnail.script with parameters of type ServiceRegistry Modifier and Type Method Description voidScriptThumbnailService. setServiceRegistry(ServiceRegistry serviceRegistry)Deprecated.Sets the Service RegistryConstructors in org.alfresco.repo.thumbnail.script with parameters of type ServiceRegistry Constructor Description ScriptThumbnail(org.alfresco.service.cmr.repository.NodeRef nodeRef, ServiceRegistry services, org.mozilla.javascript.Scriptable scope)Constructor -
Uses of ServiceRegistry in org.alfresco.repo.transfer
Fields in org.alfresco.repo.transfer declared as ServiceRegistry Modifier and Type Field Description protected ServiceRegistryAbstractNodeFilter. serviceRegistryprotected ServiceRegistryAbstractNodeFinder. serviceRegistryMethods in org.alfresco.repo.transfer with parameters of type ServiceRegistry Modifier and Type Method Description voidAbstractNodeFilter. setServiceRegistry(ServiceRegistry serviceRegistry)voidAbstractNodeFinder. setServiceRegistry(ServiceRegistry serviceRegistry)voidStandardNodeCrawlerImpl. setServiceRegistry(ServiceRegistry serviceRegistry)voidTransferTreeActionExecuter. setServiceRegistry(ServiceRegistry serviceRegistry)voidTransferTreeWithCancelActionExecuter. setServiceRegistry(ServiceRegistry serviceRegistry)Constructors in org.alfresco.repo.transfer with parameters of type ServiceRegistry Constructor Description StandardNodeCrawlerFactoryImpl(ServiceRegistry serviceRegistry)StandardNodeCrawlerImpl(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.alfresco.repo.transfer.script
Methods in org.alfresco.repo.transfer.script that return ServiceRegistry Modifier and Type Method Description ServiceRegistryScriptTransferService. getServiceRegistry()Methods in org.alfresco.repo.transfer.script with parameters of type ServiceRegistry Modifier and Type Method Description voidScriptTransferService. setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.alfresco.repo.virtual
Methods in org.alfresco.repo.virtual that return ServiceRegistry Modifier and Type Method Description ServiceRegistryAlfrescoEnviroment. getServiceRegistry()Methods in org.alfresco.repo.virtual with parameters of type ServiceRegistry Modifier and Type Method Description voidAlfrescoEnviroment. setServiceRegistry(ServiceRegistry serviceRegistry)voidPublicAPIFacet. setServiceRegistry(ServiceRegistry serviceRegistry)Constructors in org.alfresco.repo.virtual with parameters of type ServiceRegistry Constructor Description AlfrescoScriptVirtualContext(VirtualContext context, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti that return ServiceRegistry Modifier and Type Method Description protected ServiceRegistryBaseExecutionListener. getServiceRegistry()Get the service-registry from the current Activiti-context.protected ServiceRegistryBaseJavaDelegate. getServiceRegistry()Get the service-registry from the current Activiti-context.Methods in org.alfresco.repo.workflow.activiti with parameters of type ServiceRegistry Modifier and Type Method Description voidActivitiWorkflowManagerFactory. setServiceRegistry(ServiceRegistry serviceRegistry)voidBaseExecutionListener. setServiceRegistry(ServiceRegistry serviceRegistry)voidBaseJavaDelegate. setServiceRegistry(ServiceRegistry serviceRegistry)Constructors in org.alfresco.repo.workflow.activiti with parameters of type ServiceRegistry Constructor Description ActivitiNodeConverter(ServiceRegistry serviceRegistry)ActivitiScriptNode(org.alfresco.service.cmr.repository.NodeRef nodeRef, ServiceRegistry services)Construct -
Uses of ServiceRegistry in org.alfresco.repo.workflow.activiti.script
Methods in org.alfresco.repo.workflow.activiti.script that return ServiceRegistry Modifier and Type Method Description protected ServiceRegistryActivitiScriptBase. getServiceRegistry() -
Uses of ServiceRegistry in org.alfresco.repo.workflow.activiti.variable
Methods in org.alfresco.repo.workflow.activiti.variable with parameters of type ServiceRegistry Modifier and Type Method Description voidScriptNodeListVariableType. setServiceRegistry(ServiceRegistry serviceRegistry)voidScriptNodeVariableType. setServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.alfresco.repo.workflow.jscript
Methods in org.alfresco.repo.workflow.jscript with parameters of type ServiceRegistry Modifier and Type Method Description voidWorkflowManager. setServiceRegistry(ServiceRegistry services)Sets the Service Registry propertyConstructors in org.alfresco.repo.workflow.jscript with parameters of type ServiceRegistry Constructor Description JscriptWorkflowDefinition(java.lang.String id, java.lang.String name, java.lang.String version, java.lang.String title, java.lang.String description, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Creates a new instance of WorkflowDefinition from scratchJscriptWorkflowDefinition(WorkflowDefinition cmrWorkflowDefinition, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Create a new instance ofWorkflowDefinitionfrom a CMR workflow object model WorkflowDefinition instanceJscriptWorkflowInstance(java.lang.String id, java.lang.String description, java.util.Date startDate, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Creates a new instance ofWorkflowInstancefrom scratchJscriptWorkflowInstance(WorkflowInstance cmrWorkflowInstance, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Create a new instance ofWorkflowInstancefrom a WorkflowInstance object from the CMR workflow object modelJscriptWorkflowNode(java.lang.String name, java.lang.String title, java.lang.String description, boolean isTaskNode, java.util.ArrayList<JscriptWorkflowTransition> transitions, org.mozilla.javascript.Scriptable scope, ServiceRegistry serviceRegistry)Constructor to create a new instance of this classJscriptWorkflowNode(WorkflowNode workflowNode, org.mozilla.javascript.Scriptable scope, ServiceRegistry serviceRegistry)Constructor to create a new instance of this class from an existing instance of WorkflowNode from the CMR workflow object modelJscriptWorkflowPath(java.lang.String id, WorkflowNode node, JscriptWorkflowInstance instance, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Creates a new instance of a workflow pathJscriptWorkflowPath(WorkflowPath cmrWorkflowPath, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Creates a new instance of WorkflowPath from an instance of the WorkflowPath class provided by the CMR workflow modelJscriptWorkflowTask(WorkflowTask task, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope)Creates a new instance of a workflow task from a WorkflowTask from the CMR workflow object model -
Uses of ServiceRegistry in org.alfresco.tools
Methods in org.alfresco.tools that return ServiceRegistry Modifier and Type Method Description protected ServiceRegistryTool. getServiceRegistry()Get the Repository Service Registry -
Uses of ServiceRegistry in org.alfresco.util
Methods in org.alfresco.util with parameters of type ServiceRegistry Modifier and Type Method Description voidEmailHelper. setServiceRegistry(ServiceRegistry serviceRegistry)
-