Package com.enonic.xp.node
Class NodePublishReasonRequested
- java.lang.Object
-
- com.enonic.xp.node.NodePublishReasonRequested
-
- All Implemented Interfaces:
NodePublishReason
@PublicApi public class NodePublishReasonRequested extends java.lang.Object implements NodePublishReason
-
-
Constructor Summary
Constructors Constructor Description NodePublishReasonRequested()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeId
getContextualNodeId()
java.lang.String
getMessage()
-
-
-
Method Detail
-
getContextualNodeId
public NodeId getContextualNodeId()
- Specified by:
getContextualNodeId
in interfaceNodePublishReason
-
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage
in interfaceNodePublishReason
-
-