Package org.alfresco.rest.api
Interface NodeDefinitionMapper
-
- All Known Implementing Classes:
NodeDefinitionMapperImpl
public interface NodeDefinitionMapper
Maps representations from TypeDefinition to NodeDefinition- Author:
- gfertuso
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeDefinition
fromTypeDefinition(TypeDefinition typeDefinition, MessageLookup messageLookup)
-
-
-
Method Detail
-
fromTypeDefinition
NodeDefinition fromTypeDefinition(TypeDefinition typeDefinition, MessageLookup messageLookup)
-
-