public class AgentOperationImpl
extends java.lang.Object
| Constructor and Description |
|---|
AgentOperationImpl(DistinguishedName tenantDN,
java.lang.String serviceProfileName)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getAgentOperation(java.lang.String filter)
Returns the collection of Agent Operations that identifie the assembly line
and configuration for the profile.
|
java.util.Collection |
getAgentOperation(java.lang.String filter,
java.lang.String attribute)
Returns the collection of Agent Operations that identifie the assembly line
and configuration for the profile.
|
boolean |
isConfigured()
Determine if assembly line is configured for the profile.
|
void |
remove()
Removes all assembly lines for the profile.
|
public AgentOperationImpl(DistinguishedName tenantDN, java.lang.String serviceProfileName)
public boolean isConfigured()
throws ModelIntegrityException,
ModelCommunicationException
ModelCommunicationException - Thrown if unable to communicate
with the data store.ModelIntegrityException - Thrown if unable to locate the
related profile. This may be due to a data integrity problem.public java.util.Collection getAgentOperation(java.lang.String filter)
throws ModelCommunicationException,
ObjectNotFoundException
filter - search filter.ModelCommunicationException - Thrown if unable to communicate
with the data store.ObjectNotFoundException - Thrown if unable to locate the
related profile. This may be due to a data integrity problem.public java.util.Collection getAgentOperation(java.lang.String filter,
java.lang.String attribute)
throws ModelCommunicationException,
ObjectNotFoundException
filter - search filter.attribute - the name of the attribute to be returned.ModelCommunicationException - Thrown if unable to communicate
with the data store.ObjectNotFoundException - Thrown if unable to locate the
related profile. This may be due to a data integrity problem.public void remove()
throws ModelCommunicationException,
ModelRemoveException
ModelCommunicationException - Thrown if unable to communicate
with the data store.ModelRemoveException - Thrown if unable to remove assembly lines
in the data store.