@API(type=EXTENDABLE,
src=PUBLIC)
public interface EditPropertiesHandler
extends Extension
It is recommended to extend class EditPropertiesHandlerAdapter in order to be protected from any
API additions that may occur in interface EditPropertiesHandler.
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEditProperties(AuthorNode authorNode)
Checks if it can edit the properties for a given node.
|
void |
editProperties(AuthorNode authorNode,
AuthorAccess authorAccess)
Edit the properties for the given node.
|
getDescriptionvoid editProperties(AuthorNode authorNode, AuthorAccess authorAccess)
authorNode - Author node to edit the properties for.authorAccess - Author access.boolean canEditProperties(AuthorNode authorNode)
authorNode - Author node to edit the properties for.true if it can edit the properties of the node and false if
the properties of this node can't be edited.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.