Uses of Class
org.cristalise.kernel.common.AccessRightsException
Packages that use AccessRightsException
Package
Description
The Proxy API is a major part of the client-side functionality of the
CRISTAL API, which provides client-side proxy objects that represent the
Items and Agents on the server.
-
Uses of AccessRightsException in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that throw AccessRightsExceptionModifier and TypeMethodDescriptionvoidItemProxy.setProperty(AgentProxy agent, String name, String value) Sets the value of the given Property -
Uses of AccessRightsException in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that throw AccessRightsExceptionModifier and TypeMethodDescriptionvoidActivity.abort(AgentPath agent, ItemPath itemPath, TransactionKey transactionKey) voidCompositeActivity.abort(AgentPath agentPath, ItemPath itemPath, TransactionKey transactionKey) voidWfVertex.abort(AgentPath agent, ItemPath itemPath, TransactionKey transactionKey) Activity.request(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, String attachmentType, byte[] attachment, boolean validateOutcome, TransactionKey transactionKey) Activity.request(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, String attachmentType, byte[] attachment, TransactionKey transactionKey) CompositeActivity.request(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, String attachmentType, byte[] attachment, TransactionKey transactionKey) Workflow.requestAction(AgentPath agent, String stepPath, ItemPath itemPath, int transitionID, String requestData, String attachmentType, byte[] attachment, TransactionKey transactionKey) protected StringActivity.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) Overridden in predefined steps -
Uses of AccessRightsException in org.cristalise.kernel.lifecycle.instance.predefined
Methods in org.cristalise.kernel.lifecycle.instance.predefined that throw AccessRightsExceptionModifier and TypeMethodDescriptionPredefinedStep.request(AgentPath agent, ItemPath itemPath, String requestData, TransactionKey transactionKey) Use this method to run a Predefined steps during Bootstrap or during Activity.request()protected abstract StringPredefinedStep.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) All predefined steps must override this to implement their actionprotected StringUpdateCollectionsFromDescription.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringUpdateImportReport.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringUpdateItemFromDescription.runActivityLogic(AgentPath agent, ItemPath descItemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringUpdateProperitesFromDescription.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) -
Uses of AccessRightsException in org.cristalise.kernel.lifecycle.instance.predefined.agent
Methods in org.cristalise.kernel.lifecycle.instance.predefined.agent that throw AccessRightsExceptionModifier and TypeMethodDescriptionprotected StringSetAgentPassword.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) -
Uses of AccessRightsException in org.cristalise.kernel.lifecycle.instance.stateMachine
Methods in org.cristalise.kernel.lifecycle.instance.stateMachine that throw AccessRightsExceptionModifier and TypeMethodDescriptionvoidTransition.checkPerformingRole(Activity act, AgentPath agent) StateMachine.traverse(Activity act, Transition transition, AgentPath agent) -
Uses of AccessRightsException in org.cristalise.kernel.process.module
Methods in org.cristalise.kernel.process.module that throw AccessRightsExceptionModifier and TypeMethodDescriptionabstract PathModuleImport.create(AgentPath agentPath, boolean reset, TransactionKey transactionKey) -
Uses of AccessRightsException in org.cristalise.kernel.security
Methods in org.cristalise.kernel.security that throw AccessRightsExceptionModifier and TypeMethodDescriptionbooleanSecurityManager.checkPermissions(AgentPath agent, Activity act, ItemPath itemPath, TransactionKey transactionKey)