com.novell.nxpe
Interface NxpeEvaluationContext


public interface NxpeEvaluationContext

NxpePollicyTraceQuery - provides a hook for action handlers to query the policy engine to retrieve information needed for auditing & tracing

Since:
NXPE1.0
Author:
Paladin Team

Method Summary
 java.lang.String getActionFDN()
           
 java.lang.String getActionInterfaceId()
           
 java.lang.String getActionName()
           
 java.lang.String getDocumentID()
           
 java.lang.String getInterfaceId()
           
 java.lang.String getPolicyFDN()
           
 java.lang.String getPolicyInterfaceId()
           
 java.lang.String getPolicyName()
           
 java.lang.String getRuleInterfaceId()
           
 

Method Detail

getInterfaceId

java.lang.String getInterfaceId()
                                throws NxpeException
Throws:
NxpeException

getActionInterfaceId

java.lang.String getActionInterfaceId()
                                      throws NxpeException
Throws:
NxpeException

getRuleInterfaceId

java.lang.String getRuleInterfaceId()
                                    throws NxpeException
Throws:
NxpeException

getPolicyInterfaceId

java.lang.String getPolicyInterfaceId()
                                      throws NxpeException
Throws:
NxpeException

getPolicyName

java.lang.String getPolicyName()
                               throws NxpeException
Throws:
NxpeException

getPolicyFDN

java.lang.String getPolicyFDN()
                              throws NxpeException
Throws:
NxpeException

getDocumentID

java.lang.String getDocumentID()
                               throws NxpeException
Throws:
NxpeException

getActionName

java.lang.String getActionName()
                               throws NxpeException
Throws:
NxpeException

getActionFDN

java.lang.String getActionFDN()
                              throws NxpeException
Throws:
NxpeException


Copyright © 2005-2009 Novell, Inc. All Rights Reserved.