|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.dataservices.model.domain.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. |
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 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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |