public interface ExtensibilityModelElement
Any classes that implement this interface can be legitimately added to the extensibility model. The interface
itself is relatively loose in that only getter methods for id and type need to be provided. In reality this only
provides a common interface to support the use of generics in the model which is essentially just a Collection.
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectiveName() |
String |
getId() |
String |
getType() |
Copyright © 2005–2018 Alfresco Software. All rights reserved.