Deprecated Methods |
org.alfresco.service.cmr.site.SiteService.createSite(String, String, String, String, boolean) |
org.alfresco.repo.policy.BehaviourFilter.disableAllBehaviours() |
org.alfresco.repo.policy.BehaviourFilter.enableAllBehaviours() |
org.alfresco.repo.policy.BehaviourFilter.enableBehaviours(NodeRef) |
org.alfresco.service.cmr.repository.ContentService.getActiveTransformers(String, String, TransformationOptions) |
org.alfresco.service.cmr.repository.ContentService.getActiveTransformers(String, long, String, TransformationOptions) |
org.alfresco.service.cmr.security.AuthorityService.getAllAuthorities(AuthorityType) |
org.alfresco.service.cmr.security.PersonService.getAllPeople() |
org.alfresco.service.cmr.repository.TransformationSourceOptions.getApplicabledMimetypes() |
org.alfresco.service.cmr.repository.CopyService.getCopies(NodeRef) |
org.alfresco.service.cmr.version.Version.getCreatedDate() use getFrozenModifiedDate |
org.alfresco.service.cmr.version.Version.getCreator() use getFrozenModifier |
org.alfresco.service.cmr.dictionary.PropertyDefinition.getDescription() The problem identified in MNT-413 will still exist |
org.alfresco.service.cmr.dictionary.DataTypeDefinition.getDescription() The problem identified in MNT-413 will still exist |
org.alfresco.service.cmr.dictionary.ConstraintDefinition.getDescription() The problem identified in MNT-413 will still exist |
org.alfresco.service.cmr.dictionary.ClassDefinition.getDescription() The problem identified in MNT-413 will still exist |
org.alfresco.service.cmr.dictionary.AssociationDefinition.getDescription() The problem identified in MNT-413 will still exist |
org.alfresco.repo.content.metadata.MetadataExtracter.getExtractionTime() Generally not useful or used. Extraction is normally specifically configured. |
org.alfresco.service.cmr.site.SiteInfo.getIsPublic() |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.getLimits() |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.getMaxPages() use getMaxPages()
which allows the limits to be selected based on mimetype and use. |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.getMaxSourceSizeKBytes() |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.getPageLimit() use getPageLimit()
which allows the limits to be selected based on mimetype and use. |
org.alfresco.service.cmr.security.PersonService.getPeople(List<Pair<QName, String>>, boolean, List<Pair<QName, Boolean>>, PagingRequest) see getPeople(String pattern, List filterProps, List> sortProps, PagingRequest pagingRequest) |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.getReadLimitKBytes() |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.getReadLimitTimeMs() |
org.alfresco.repo.content.metadata.MetadataExtracter.getReliability(String) |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.getTimeoutMs() use getTimeoutMs()
which allows the limits to be selected based on mimetype and use. |
org.alfresco.service.cmr.dictionary.PropertyDefinition.getTitle() The problem identified in MNT-413 will still exist |
org.alfresco.service.cmr.dictionary.DataTypeDefinition.getTitle() The problem identified in MNT-413 will still exist |
org.alfresco.service.cmr.dictionary.ConstraintDefinition.getTitle() The problem identified in MNT-413 will still exist |
org.alfresco.service.cmr.dictionary.ClassDefinition.getTitle() The problem identified in MNT-413 will still exist |
org.alfresco.service.cmr.dictionary.AssociationDefinition.getTitle() The problem identified in MNT-413 will still exist |
org.alfresco.repo.content.transform.ContentTransformer.getTransformationTime() use mimetype specific version. |
org.alfresco.service.cmr.repository.ContentService.getTransformer(String, String, TransformationOptions) use overloaded method with sourceSize parameter. |
org.alfresco.repo.content.transform.ContentTransformerRegistry.getTransformer(String, String, TransformationOptions) use overloaded version with sourceSize parameter. |
org.alfresco.service.cmr.module.ModuleDetails.getVersion() use getModuleVersionNumber which knows about maven style version numbers |
org.alfresco.repo.content.transform.ContentTransformerHelper.isExplicitTransformation(String, String, TransformationOptions) Should now use priority and unsupported transformer properties. |
org.alfresco.repo.content.transform.ContentTransformer.isExplicitTransformation(String, String, TransformationOptions) Use transformer priority and unsupported transformer properties.
Indicates whether given the provided transformation parameters this transformer can provide an explicit
transformation.
An explicit transformation indicates that the transformation happens directly and not as a result of
another transformation process. Explicit transformation always take presidency over normal transformations. |
org.alfresco.service.cmr.model.FileFolderService.isHidden(NodeRef) |
org.alfresco.repo.content.transform.ContentTransformer.isTransformable(String, String, TransformationOptions) use version with extra sourceSize parameter. |
org.alfresco.service.cmr.repository.ContentService.isTransformable(ContentReader, ContentWriter) |
org.alfresco.service.cmr.model.FileFolderService.listDeepFolders(NodeRef, SubFolderFilter) |
org.alfresco.service.cmr.model.FileFolderService.move(NodeRef, NodeRef, NodeRef, String) |
org.alfresco.service.cmr.workflow.WorkflowService.queryTasks(WorkflowTaskQuery) Use overloaded method with the sameSession parameter
(this method defaults the parameter to false). |
org.alfresco.repo.content.transform.AbstractContentTransformer2.recordTime(long) use method with mimetypes. |
org.alfresco.service.cmr.repository.NodeService.removeSeconaryChildAssociation(ChildAssociationRef) |
org.alfresco.service.cmr.model.FileFolderService.search(NodeRef, String, boolean) for shallow search use list, listFolders, listFiles, searchSimple.
For deep listing use listDeepFolders.
Avoid calling this method with any name pattern except for "*". |
org.alfresco.service.cmr.model.FileFolderService.search(NodeRef, String, boolean, boolean, boolean) for shallow search use list, listFolders, listFiles, searchSimple.
For deep listing use listDeepFolders.
Avoid calling this method with any name pattern except for "*". |
org.alfresco.repo.content.transform.ContentTransformerHelper.setExplicitTransformations(List<ExplictTransformationDetails>) supported transformations are now set with global properties rather than spring configuration. |
org.alfresco.service.cmr.model.FileFolderService.setHidden(NodeRef, boolean) |
org.alfresco.service.cmr.site.SiteInfo.setIsPublic(boolean) |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.setLimits(TransformationOptionLimits) transformation limits are now set with global properties rather than spring configuration. |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.setMaxPages(int) transformation limits are now set with global properties rather than spring configuration. |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.setMaxSourceSizeKBytes(long) transformation limits are now set with global properties rather than spring configuration. |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.setMimetypeLimits(Map<String, Map<String, TransformationOptionLimits>>) transformation limits are now set with global properties rather than spring configuration. |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.setPageLimit(int) transformation limits are now set with global properties rather than spring configuration. |
org.alfresco.service.cmr.workflow.WorkflowTaskQuery.setProcessName(QName) |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.setReadLimitKBytes(long) transformation limits are now set with global properties rather than spring configuration. |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.setReadLimitTimeMs(long) transformation limits are now set with global properties rather than spring configuration. |
org.alfresco.repo.content.transform.ContentTransformerHelper.setSupportedTransformations(List<SupportedTransformation>) supported transformations are now set with global properties rather than spring configuration. |
org.alfresco.repo.content.transform.AbstractContentTransformerLimits.setTimeoutMs(long) transformation limits are now set with global properties rather than spring configuration. |
org.alfresco.repo.content.transform.ContentTransformerHelper.setUnsupportedTransformations(List<SupportedTransformation>) supported transformations are now set with global properties rather than spring configuration. |
org.alfresco.service.cmr.repository.ContentService.transform(ContentReader, ContentWriter, Map<String, Object>) As of release 3.0 the TransformOptions class should be used to pass transformation options
to a transformation execution. |
org.alfresco.repo.content.transform.ContentTransformer.transform(ContentReader, ContentWriter, Map<String, Object>) Deprecated since 3.0. Options should now be provided as a TransformationOptions object. |