Class ImageSpelFunctions.ImageSpelFunctionsWrapper

java.lang.Object
fr.becpg.repo.formulation.spel.ImageSpelFunctions.ImageSpelFunctionsWrapper
Enclosing class:
ImageSpelFunctions

public class ImageSpelFunctions.ImageSpelFunctionsWrapper extends Object
  • Field Details

  • Constructor Details

    • ImageSpelFunctionsWrapper

      public ImageSpelFunctionsWrapper(RepositoryEntity entity)
  • Method Details

    • getEntityImagePublicUrl

      public String getEntityImagePublicUrl()
    • getEntityImageBytes

      public byte[] getEntityImageBytes()
    • getEntityImagePublicUrl

      public String getEntityImagePublicUrl(RepositoryEntity entity)
    • getEntityImageBytes

      public byte[] getEntityImageBytes(RepositoryEntity entity)
    • getEntityImagePublicUrl

      public String getEntityImagePublicUrl(org.alfresco.service.cmr.repository.NodeRef entityNodeRef)
    • getEntityImageBytes

      public byte[] getEntityImageBytes(org.alfresco.service.cmr.repository.NodeRef entityNodeRef)
    • getImagePublicUrlByPath

      public String getImagePublicUrlByPath(String path)
    • getImagePublicUrlByPath

      public String getImagePublicUrlByPath(RepositoryEntity entity, String path)
    • getImagePublicUrlByPath

      public String getImagePublicUrlByPath(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, String path)
    • getImageBytesByPath

      public byte[] getImageBytesByPath(String path)
    • getImageBytesByPath

      public byte[] getImageBytesByPath(RepositoryEntity entity, String path)
    • getImageBytesByPath

      public byte[] getImageBytesByPath(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, String path)
    • shareImage

      private String shareImage(org.alfresco.service.cmr.repository.NodeRef imageNodeRef)