Package fr.becpg.repo.formulation.spel
Class ImageSpelFunctions
java.lang.Object
fr.becpg.repo.formulation.spel.ImageSpelFunctions
- All Implemented Interfaces:
CustomSpelFunctions
ImageSpelFunctions class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate EntityServiceprivate org.alfresco.service.cmr.quickshare.QuickShareServiceprivate org.alfresco.repo.admin.SysAdminParams -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(RepositoryEntity repositoryEntity) create.booleanmatch.
-
Field Details
-
entityService
-
sysAdminParams
@Autowired private org.alfresco.repo.admin.SysAdminParams sysAdminParams
-
Constructor Details
-
ImageSpelFunctions
public ImageSpelFunctions()
-
-
Method Details
-
match
match.
- Specified by:
matchin interfaceCustomSpelFunctions- Parameters:
beanName- aStringobject.- Returns:
- a boolean.
-
create
create.
- Specified by:
createin interfaceCustomSpelFunctions- Parameters:
repositoryEntity- aRepositoryEntityobject.- Returns:
- a
Objectobject.
-