Class AbstractNodeResource
- java.lang.Object
-
- org.alfresco.event.sdk.model.v1.model.AbstractNodeResource
-
- All Implemented Interfaces:
Resource
- Direct Known Subclasses:
NodeResource
public abstract class AbstractNodeResource extends Object implements Resource
Base node resource object representing the common attributes of the resource affected.
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected List<String>primaryHierarchy
-
Constructor Summary
Constructors Constructor Description AbstractNodeResource(String id)AbstractNodeResource(String id, List<String> primaryHierarchy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()List<String>getPrimaryHierarchy()inthashCode()
-