|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.dataservices.model.domain.AgentOperationImpl
public class AgentOperationImpl
Represents
Constructor Summary | |
---|---|
AgentOperationImpl(DistinguishedName tenantDN,
java.lang.String serviceProfileName)
Default constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentOperationImpl(DistinguishedName tenantDN, java.lang.String serviceProfileName)
Method Detail |
---|
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |