| Package | Description |
|---|---|
| org.cristalise.kernel.entity |
The implementations of Items, and their core functionality.
|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| org.cristalise.kernel.entity.imports | |
| org.cristalise.kernel.entity.proxy |
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.
|
| org.cristalise.kernel.events | |
| org.cristalise.kernel.lifecycle.instance | |
| org.cristalise.kernel.lifecycle.instance.predefined | |
| org.cristalise.kernel.lifecycle.instance.predefined.agent | |
| org.cristalise.kernel.lifecycle.instance.predefined.item | |
| org.cristalise.kernel.lifecycle.instance.predefined.server | |
| org.cristalise.kernel.lifecycle.instance.stateMachine | |
| org.cristalise.kernel.lookup | |
| org.cristalise.kernel.process.module | |
| org.cristalise.kernel.security |
| Modifier and Type | Method and Description |
|---|---|
ActiveEntity |
CorbaServer.createAgent(AgentPath agentPath,
TransactionKey transactionKey) |
ActiveEntity |
CorbaServer.getAgent(AgentPath agentPath,
TransactionKey transactionKey)
Returns a CORBA servant for a pre-existing entity
|
Object |
CorbaServer.getAgentIOR(AgentPath agentPath) |
| Constructor and Description |
|---|
ActiveEntity(AgentPath key,
POA poa) |
AgentImplementation(AgentPath path) |
Job(Activity act,
ItemPath itemPath,
Transition transition,
AgentPath agent,
AgentPath delegate,
String role)
Main constructor to create Job during workflow enactment
|
Job(int id,
ItemPath itemPath,
String stepName,
String stepPath,
String stepType,
Transition transition,
String originStateName,
String targetStateName,
String agentRole,
AgentPath agentPath,
AgentPath delegatePath,
CastorHashMap actProps,
GTimeStamp creationDate)
Constructor for recreating Job from backend
|
JobList(AgentPath agentPath,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
Path |
ImportAgent.create(AgentPath agentPath,
boolean reset,
TransactionKey transactionKey) |
Path |
ImportItem.create(AgentPath agentPath,
boolean reset,
TransactionKey transactionKey) |
Path |
ImportRole.create(AgentPath agentPath,
boolean reset,
TransactionKey transactionKey) |
void |
ImportRole.update(AgentPath agentPath,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
AgentPath |
AgentProxy.getPath() |
| Modifier and Type | Method and Description |
|---|---|
AgentProxy |
ProxyManager.getAgentProxy(AgentPath path) |
AgentProxy |
ProxyManager.getAgentProxy(AgentPath path,
TransactionKey transactionKey) |
Job |
ItemProxy.getJobByTransitionName(String actName,
String transName,
AgentPath agentPath)
Finds the Job with the given Activity and Transition name for the Agent in the Items Workflow
|
ArrayList<Job> |
ItemProxy.getJobList(AgentPath agentPath)
Get the list of active Jobs of the Item that can be executed by the Agent
|
void |
ItemProxy.initialise(AgentPath agentId,
PropertyArrayList itemProps,
CompositeActivity workflow,
CollectionArrayList colls)
Deprecated.
|
void |
ItemProxy.initialise(AgentPath agentId,
PropertyArrayList itemProps,
CompositeActivity workflow,
CollectionArrayList colls,
Viewpoint viewpoint,
Outcome outcome)
Deprecated.
|
| Constructor and Description |
|---|
AgentProxy(Object ior,
AgentPath agentPath)
Creates an AgentProxy without cache and change notification
|
| Modifier and Type | Method and Description |
|---|---|
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
Schema schema,
StateMachine stateMachine,
int transitionId,
String viewName) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
Schema schema,
StateMachine stateMachine,
int transitionId,
String viewName,
boolean hasAttachment) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
Schema schema,
StateMachine stateMachine,
int transitionId,
String viewName,
String timeString) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId,
String timeString) |
| Constructor and Description |
|---|
Event(Integer id,
ItemPath itemPath,
AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String smName,
Integer smVersion,
int transitionId,
int originState,
int targetState,
String schemaName,
Integer schemaVersion,
String viewName,
boolean hasAttachment,
GTimeStamp ts)
Constructor for recreating object from backend
|
Event(Integer id,
ItemPath itemPath,
AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String smName,
Integer smVersion,
int transitionId,
int originState,
int targetState,
String schemaName,
Integer schemaVersion,
String viewName,
GTimeStamp ts)
Constructor for recreating object from backend
|
Event(ItemPath itemPath,
AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId) |
Event(ItemPath itemPath,
AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId,
boolean hasAttachment) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Job> |
Activity.calculateAllJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse) |
ArrayList<Job> |
CompositeActivity.calculateAllJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse) |
ArrayList<Job> |
Activity.calculateJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse)
Calculates the lists of jobs for the activity and its children (cf org.cristalise.kernel.entity.Job)
|
ArrayList<Job> |
CompositeActivity.calculateJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse) |
ArrayList<Job> |
Workflow.calculateJobs(AgentPath agent,
ItemPath itemPath,
int type)
if type = 0 only domain steps will be queried if type = 1 only predefined steps will be queried else both will be queried
|
void |
Loop.followNext(Next activeNext,
AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey) |
void |
XOrSplit.followNext(Next activeNext,
AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey) |
void |
Workflow.initialise(ItemPath itemPath,
AgentPath agent,
TransactionKey transactionKey) |
String |
Activity.request(AgentPath agent,
AgentPath delegate,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
boolean validateOutcome,
TransactionKey transactionKey) |
String |
Activity.request(AgentPath agent,
AgentPath delegate,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
TransactionKey transactionKey) |
String |
CompositeActivity.request(AgentPath agent,
AgentPath delegator,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
TransactionKey transactionKey) |
String |
Workflow.requestAction(AgentPath agent,
AgentPath delegator,
String stepPath,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
TransactionKey transactionKey) |
abstract void |
WfVertex.run(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey) |
void |
Activity.run(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey)
called by precedent Activity runNext() for setting the activity able to be executed
|
void |
CompositeActivity.run(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey) |
void |
Split.run(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey) |
void |
Join.run(AgentPath agent,
ItemPath item,
TransactionKey transactionKey) |
protected String |
Activity.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
TransactionKey transactionKey)
Overridden in predefined steps
|
abstract void |
WfVertex.runFirst(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey)
Sets the activity available to be executed on start of Workflow or composite activity
(when it is the first one of the (sub)process)
|
void |
Activity.runFirst(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey)
sets the activity available to be executed on start of Workflow or
composite activity (when it is the first one of the (sub)process
|
void |
Split.runFirst(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey) |
void |
Join.runFirst(AgentPath agent,
ItemPath item,
TransactionKey transactionKey) |
void |
AndSplit.runNext(AgentPath agent,
ItemPath item,
TransactionKey transactionKey) |
void |
OrSplit.runNext(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey) |
abstract void |
WfVertex.runNext(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey) |
void |
Activity.runNext(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey)
sets the next activity available if possible
|
void |
CompositeActivity.runNext(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey) |
abstract void |
Split.runNext(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey) |
void |
Join.runNext(AgentPath agent,
ItemPath item,
TransactionKey transactionKey) |
void |
XOrSplit.runNext(AgentPath agent,
ItemPath itemPath,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
protected ActiveEntity |
CreateAgentFromDescription.createAgentAddRoles(AgentPath newAgentPath,
String[] roles,
String pwd,
TransactionKey transactionKey)
Create Corba server, AgentPath and add Roles to agent
|
String |
PredefinedStep.request(AgentPath agent,
ItemPath itemPath,
String requestData,
TransactionKey transactionKey)
Use this method to run a Predefined step during bootstrap
|
protected String |
UpdateImportReport.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
AddMemberToCollection.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
UpdateDependencyMember.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
AddMembersToCollection.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
CreateNewCollectionVersion.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey)
Generates a new snapshot of a collection from its current state.
|
protected String |
RemoveC2KObject.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
Import.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey)
Params: Schemaname_version:Viewpoint (optional), Outcome, Timestamp (optional)
|
protected String |
ChangeName.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
RemoveViewpoint.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey)
SchemaName and Viewname
|
protected String |
WriteViewpoint.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey)
SchemaName, name and event Id.
|
protected String |
UpdateCollectionsFromDescription.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
AddNewCollectionDescription.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey)
Params: 0 - collection name 1 - collection type (Aggregation, Dependency)
|
protected String |
AddNewSlot.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey)
Creates a new slot in the given aggregation, that holds instances of the given item description
Params:
Collection name
Item Description key (optional)
Item Description version (optional)
|
protected String |
WriteProperty.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
RemoveDomainPath.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
RemoveSlotFromCollection.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
AddC2KObject.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
ReplaceDomainWorkflow.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected abstract String |
PredefinedStep.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
TransactionKey transactionKey)
All predefined steps must override this to implement their action
|
protected String |
AssignItemToSlot.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey)
Params: 0 - collection name 1 - slot number 2 - target entity key
|
protected String |
ClearSlot.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey)
Params: 0 - collection name 1 - slot number
|
protected String |
UpdateProperitesFromDescription.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
AddDomainPath.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
CreateAgentFromDescription.runActivityLogic(AgentPath agentPath,
ItemPath descItemPath,
int transitionID,
String requestData,
TransactionKey transactionKey)
Params:
Agent name
Domain context
Comma-delimited Role names to assign to the Agent
Password (optional)
Description version to use(optional)
Initial properties to set in the new Agent (optional)
|
protected String |
Erase.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey)
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
Authenticate.authenticate(AgentPath agent,
ItemPath itemPath,
String requestData,
TransactionKey transactionKey) |
protected String |
Authenticate.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
Sign.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
Logout.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
RemoveAgent.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
TransactionKey transactionKey)
Deprecated.
|
protected String |
SetAgentRoles.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
Login.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
ForcedLogout.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
SetAgentPassword.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
LoginTimeout.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateItemFromDescription.initialiseItem(ItemPath newItem,
AgentPath agent,
ItemPath descItemPath,
PropertyArrayList initProps,
String outcome,
String newName,
String descVer,
DomainPath context,
ItemPath newItemPath,
TransactionKey transactionKey) |
protected PropertyArrayList |
CreateItemFromDescription.instantiateProperties(ItemPath descItemPath,
String descVer,
PropertyArrayList initProps,
String newName,
AgentPath agent,
TransactionKey transactionKey) |
protected String |
CreateItemFromDescription.runActivityLogic(AgentPath agent,
ItemPath descItemPath,
int transitionID,
String requestData,
TransactionKey transactionKey)
Params:
Item name
Domain context
Description version to use(optional)
Initial properties to set in the new Agent (optional)
|
protected String |
UpdateItemFromDescription.runActivityLogic(AgentPath agent,
ItemPath descItemPath,
int transitionID,
String requestData,
TransactionKey transactionKey) |
static void |
CreateItemFromDescription.storeItem(AgentPath agent,
ItemPath item,
PropertyArrayList props,
CollectionArrayList colls,
CompositeActivity ca,
Viewpoint initViewpoint,
String initOutcomeString,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
AgentPath |
BulkImport.importAgentPath(ItemPath item,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkImport.importRolePath(ItemPath item,
AgentPath agentPath,
TransactionKey transactionKey) |
protected String |
CreateNewItem.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
ConfigureLogback.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
CreateNewAgent.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
CreateNewRole.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
RemoveRole.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
AddDomainContext.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
BulkImport.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
UpdateRole.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
protected String |
RemoveDomainContext.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
Transition.getPerformingRole(Activity act,
AgentPath agent) |
Map<Transition,String> |
StateMachine.getPossibleTransitions(Activity act,
AgentPath agent) |
String |
Transition.getReservation(Activity act,
AgentPath agent) |
State |
StateMachine.traverse(Activity act,
Transition transition,
AgentPath agent) |
| Modifier and Type | Method and Description |
|---|---|
default AgentPath |
Lookup.getAgentPath(String agentName)
Find the AgentPath for the named Agent
|
AgentPath |
Lookup.getAgentPath(String agentName,
TransactionKey transactionKey)
Find the AgentPath for the named Agent
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
default AgentPath[] |
Lookup.getAgents(RolePath rolePath)
Returns all of the Agents in this centre who hold this role (including sub-roles)
|
AgentPath[] |
Lookup.getAgents(RolePath rolePath,
TransactionKey transactionKey)
Returns all of the Agents in this centre who hold this role (including sub-roles)
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
LookupManager.addRole(AgentPath agent,
RolePath rolePath)
Adds the given Agent to the given Role, if they both exist.
|
void |
LookupManager.addRole(AgentPath agent,
RolePath rolePath,
TransactionKey transactionKey)
Adds the given Agent to the given Role, if they both exist.
|
default String |
Lookup.getAgentName(AgentPath agentPath)
Return the name of the Agent referenced by an AgentPath
|
String |
Lookup.getAgentName(AgentPath agentPath,
TransactionKey transactionKey)
Return the name of the Agent referenced by an AgentPath
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
default RolePath[] |
Lookup.getRoles(AgentPath agentPath)
Get all roles held by the given Agent
|
default Lookup.PagedResult |
Lookup.getRoles(AgentPath agentPath,
int offset,
int limit)
Get all roles held by the given Agent
|
Lookup.PagedResult |
Lookup.getRoles(AgentPath agentPath,
int offset,
int limit,
TransactionKey transactionKey)
Get all roles held by the given Agent
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
RolePath[] |
Lookup.getRoles(AgentPath agentPath,
TransactionKey transactionKey)
Get all roles held by the given Agent
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
default boolean |
Lookup.hasRole(AgentPath agentPath,
RolePath role)
Checks if an agent qualifies as holding the stated Role, including any sub-role logic.
|
boolean |
Lookup.hasRole(AgentPath agentPath,
RolePath role,
TransactionKey transactionKey)
Checks if an agent qualifies as holding the stated Role, including any sub-role logic.
|
default void |
LookupManager.removeRole(AgentPath agent,
RolePath role)
Remove the given Agent from the given Role.
|
void |
LookupManager.removeRole(AgentPath agent,
RolePath role,
TransactionKey transactionKey)
Remove the given Agent from the given Role.
|
default void |
LookupManager.setAgentPassword(AgentPath agent,
String newPassword)
Set permanent password of Agent's
|
default void |
LookupManager.setAgentPassword(AgentPath agent,
String newPassword,
boolean temporary)
Set an Agent's password
|
void |
LookupManager.setAgentPassword(AgentPath agent,
String newPassword,
boolean temporary,
TransactionKey transactionKey)
Set an Agent's password
This method can be used in server side code or Script to find uncommitted changes during the active transaction.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Path |
ModuleImport.create(AgentPath agentPath,
boolean reset,
TransactionKey transactionKey) |
Path |
ModuleResource.create(AgentPath agentPath,
boolean reset,
TransactionKey transactionKey) |
Path |
ModuleActivity.create(AgentPath agentPath,
boolean reset,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SecurityManager.checkPermissions(AgentPath agent,
Activity act,
ItemPath itemPath,
TransactionKey transactionKey) |
boolean |
SecurityManager.checkPermissions(AgentPath agent,
SecurityManager.BuiltInAction builtInAction,
ItemPath itemPath,
TransactionKey transactionKey) |
org.apache.shiro.subject.Subject |
SecurityManager.getSubject(AgentPath agent) |
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.