|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ObjectProfileOperation | |
|---|---|
| com.ibm.itim.dataservices.model | Provides a a low-level application programming interface for querying elements of the data model. |
| Uses of ObjectProfileOperation in com.ibm.itim.dataservices.model |
|---|
| Methods in com.ibm.itim.dataservices.model that return ObjectProfileOperation | |
|---|---|
static ObjectProfileOperation |
ObjectProfileOperationFactory.create(java.lang.String xml)
Deprecated. Creates an ObjectProfileOperation object from the given xml |
ObjectProfileOperation |
EntityLifecycleProfile.getOperation(java.lang.String name)
Returns a specific operation by name. |
ObjectProfileOperation |
ManagableProfile.getOperation(java.lang.String name)
Returns a specific operation by name |
ObjectProfileOperation |
ObjectProfileCategory.getOperation(java.lang.String name)
Returns a specific operation by name |
ObjectProfileOperation |
ObjectProfile.getOperation(java.lang.String name)
Returns a specific operation by name |
| Methods in com.ibm.itim.dataservices.model that return types with arguments of type ObjectProfileOperation | |
|---|---|
java.util.Collection<ObjectProfileOperation> |
ObjectProfile.getOperations()
Returns the supported operations for the entity |
| Methods in com.ibm.itim.dataservices.model with parameters of type ObjectProfileOperation | |
|---|---|
void |
EntityLifecycleProfile.addOperation(ObjectProfileOperation operation)
Adds a new operation to the list of supported operations for the entity. |
void |
ManagableProfile.addOperation(ObjectProfileOperation oper)
Adds a new operation to the list of supported operations for the entity |
void |
ObjectProfileCategory.addOperation(ObjectProfileOperation oper)
Adds a new operation to the list of supported operations for the entity |
void |
ObjectProfile.addOperation(ObjectProfileOperation oper)
Adds a new operation to the list of supported operations for the entity |
void |
EntityLifecycleProfile.setOperation(ObjectProfileOperation oper)
Modifies a specific operation by name. |
void |
ManagableProfile.setOperation(ObjectProfileOperation oper)
Modifies a specific operation by name |
void |
ObjectProfileCategory.setOperation(ObjectProfileOperation oper)
Modifies a specific operation by name |
void |
ObjectProfile.setOperation(ObjectProfileOperation oper)
Modifies a specific operation by name |
| Constructors in com.ibm.itim.dataservices.model with parameters of type ObjectProfileOperation | |
|---|---|
ObjectProfileOperationContentHandler(ObjectProfileOperation op)
|
|
| Constructor parameters in com.ibm.itim.dataservices.model with type arguments of type ObjectProfileOperation | |
|---|---|
LifecycleProfile(DistinguishedName dn,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.util.Collection<ObjectProfileOperation> operations,
java.util.Collection<LifecycleRule> complianceRules,
AttributeValues attributes,
DistinguishedName target)
|
|
ServiceProfile(DistinguishedName dn,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.util.Collection<ObjectProfileOperation> operations,
java.util.Collection<LifecycleRule> complianceRules,
AttributeValues attributes)
XXX This description is not correct and needs to be updated. |
|
ServiceProfile(DistinguishedName dn,
java.lang.String name,
java.lang.String customClass,
java.lang.String nameAttr,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.util.Collection<java.lang.String> searchAttr,
java.lang.String accountClass,
java.lang.String accountProfileName,
java.lang.String serviceProviderFactory,
java.util.Properties properties,
java.util.Properties protocolMappings,
java.lang.String transforms,
java.util.Collection<ObjectProfileOperation> operations,
java.util.Collection<LifecycleRule> rules)
Constructs a new ServiceProfile object. |
|
ServiceProfile(DistinguishedName dn,
java.lang.String name,
java.lang.String customClass,
java.lang.String nameAttr,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.lang.String searchAttr,
java.lang.String accountClass,
java.lang.String accountProfileName,
java.lang.String serviceProviderFactory,
java.util.Properties properties,
java.util.Properties protocolMappings,
java.lang.String transforms,
java.util.Collection<ObjectProfileOperation> operations,
java.util.Collection<LifecycleRule> rules)
Deprecated. Use ServiceProfile(DistinguishedName,String,String,String,Map,Collection, String,String,String,Properties,Properties,String,Collection,Colletion) instead. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||