Skip to content

Unified Alfresco Script Root Objects Addon

Latest

Choose a tag to compare

@aborroy aborroy released this 16 Sep 11:12
82a117b

Consolidated addon providing the following root objects:

  • sysAdmin – Access to safe methods from SysAdminParams.
  • globalProperties – Read values from alfresco-global.properties.
  • packagesScript – Controlled reflection/inspection for legacy Packages.* use cases.
  • base64 – Streamed Base64 encode/decode helpers for documents and bytes.
  • renditionService2 – Safe access to the modern RenditionService2 API.
  • hylandProcess – Trigger Hyland Automate processes with OAuth2 authentication.

Notes

  • The old separate addons are deprecated, use this unified JAR instead.
  • packagesScript is provided for compatibility but should be used only as a last resort. Prefer the dedicated root objects.
  • Tested in ACS 25.2.0 Community; feedback on Enterprise deployments welcome.