| Modifier and Type | Field and Description |
|---|---|
ObjectCannotBeUpdated |
ObjectCannotBeUpdatedHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static ObjectCannotBeUpdated |
ObjectCannotBeUpdatedHelper.extract(Any a) |
static ObjectCannotBeUpdated |
ObjectCannotBeUpdatedHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ObjectCannotBeUpdatedHelper.insert(Any a,
ObjectCannotBeUpdated that) |
static void |
ObjectCannotBeUpdatedHelper.write(OutputStream ostream,
ObjectCannotBeUpdated value) |
| Constructor and Description |
|---|
ObjectCannotBeUpdatedHolder(ObjectCannotBeUpdated initialValue) |
| Modifier and Type | Method and Description |
|---|---|
Path |
ImportRole.create(AgentPath agentPath,
boolean reset) |
Path |
ImportAgent.create(AgentPath agentPath,
boolean reset) |
Path |
ImportItem.create(AgentPath agentPath,
boolean reset) |
void |
ImportRole.update(AgentPath agentPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
Activity.request(AgentPath agent,
AgentPath delegate,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
Object locker) |
String |
CompositeActivity.request(AgentPath agent,
AgentPath delegator,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
Object locker) |
String |
Workflow.requestAction(AgentPath agent,
AgentPath delegator,
String stepPath,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
protected String |
Activity.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
Overridden in predefined steps
|
| Modifier and Type | Method and Description |
|---|---|
protected ActiveEntity |
CreateAgentFromDescription.createAgentAddRoles(AgentPath newAgentPath,
String[] roles,
String pwd)
Create Corba server, AgentPath and add Roles to agent
|
protected String |
WriteProperty.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveDomainPath.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
ClearSlot.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Params: 0 - collection name 1 - slot number
|
protected String |
ChangeName.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateAgentFromDescription.runActivityLogic(AgentPath agentPath,
ItemPath descItemPath,
int transitionID,
String requestData,
Object locker)
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,
Object locker)
|
protected String |
AddDomainPath.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected abstract String |
PredefinedStep.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
All predefined steps must override this to implement their action
|
protected String |
AssignItemToSlot.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Params: 0 - collection name 1 - slot number 2 - target entity key
|
static void |
WriteProperty.write(ItemPath item,
String name,
String value,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SetAgentPassword.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveAgent.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateItemFromDescription.initialiseItem(ItemOperations newItem,
AgentPath agent,
ItemPath descItemPath,
PropertyArrayList initProps,
String outcome,
String newName,
String descVer,
DomainPath context,
ItemPath newItemPath,
Object locker) |
protected String |
CreateItemFromDescription.runActivityLogic(AgentPath agent,
ItemPath descItemPath,
int transitionID,
String requestData,
Object locker)
Params:
Item name
Domain context
Description version to use(optional)
Initial properties to set in the new Agent (optional)
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
UpdateRole.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateNewAgent.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateNewRole.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
BulkImport.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateNewItem.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
AddDomainContext.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveRole.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveDomainContext.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupManager.add(Path newPath)
Register a new a Path in the directory.
|
void |
LookupManager.addRole(AgentPath agent,
RolePath rolePath)
Adds the given Agent to the given Role, if they both exist.
|
RolePath |
LookupManager.createRole(RolePath role)
Creates a new Role.
|
void |
LookupManager.delete(Path path)
Remove a Path from the directory.
|
void |
LookupManager.removeRole(AgentPath agent,
RolePath role)
Remove the given Agent from the given Role.
|
void |
LookupManager.setAgentPassword(AgentPath agent,
String newPassword)
Set permanent password of Agent's
|
void |
LookupManager.setAgentPassword(AgentPath agent,
String newPassword,
boolean temporary)
Set an Agent's password
|
void |
LookupManager.setHasJobList(RolePath role,
boolean hasJobList)
Set the flag specifying whether Activities holding this Role should push
Jobs its Agents.
|
void |
LookupManager.setIOR(ItemPath item,
String ior)
Set the IOR of the Item
|
void |
LookupManager.setPermission(RolePath role,
String permission)
Sets the permission of the given Role.
|
void |
LookupManager.setPermissions(RolePath role,
List<String> permissions)
Sets the list of permission of the given Role.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
StandardServer.resetAgentIORs(RolePath root) |
static void |
StandardServer.resetItemIORs(DomainPath root) |
| Modifier and Type | Method and Description |
|---|---|
Path |
ModuleResource.create(AgentPath agentPath,
boolean reset) |
Path |
ModuleActivity.create(AgentPath agentPath,
boolean reset) |
abstract Path |
ModuleImport.create(AgentPath agentPath,
boolean reset) |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.