|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Account | |
---|---|
com.ibm.itim.apps.provisioning | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Account, Service, and Password management. |
com.ibm.itim.dataservices.model.domain | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model. |
com.ibm.itim.dataservices.model.system | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the system specific elements of the data model. |
com.ibm.itim.mail.workflow |
Uses of Account in com.ibm.itim.apps.provisioning |
---|
Methods in com.ibm.itim.apps.provisioning that return Account | |
---|---|
Account |
AccountMO.getData()
Returns a current snapshot of the account. |
Methods in com.ibm.itim.apps.provisioning with parameters of type Account | |
---|---|
Request |
AccountManager.createAccount(PersonMO owner,
ServiceMO service,
Account subject,
java.util.Date scheduledTime)
Creates an account in the provisioning platform with the specified attributes for the given person. |
Request |
AccountMO.update(Account a,
java.util.Date scheduledTime)
Updates the managed object. |
Uses of Account in com.ibm.itim.dataservices.model.domain |
---|
Methods in com.ibm.itim.dataservices.model.domain with parameters of type Account | |
---|---|
AccountEntity |
AccountFactory.create(PersonEntity owner,
ServiceEntity service,
Account account)
Creates an account in the data store with the given value object to define the account's attributes. |
AccountEntity |
AccountFactory.create(PersonEntity owner,
ServiceEntity service,
Account account,
ObjectProfile profile)
Creates an account in the data store with the given value object to define the account's attributes. |
AccountEntity |
AccountFactory.create(ServiceEntity service,
Account account)
Creates an orphan account in the data store with the given value object to define the account's attributes. |
AccountEntity |
AccountFactory.create(ServiceEntity service,
Account account,
ObjectProfile profile)
Creates an orphan account in the data store with the given value object to define the account's attributes. |
void |
AccountEntity.update(Account account)
Deprecated. use update(). |
Constructors in com.ibm.itim.dataservices.model.domain with parameters of type Account | |
---|---|
Account(Account source)
Copy Constructor Reference copy is used for Java object except for String and other primary types |
|
AccountEntity(Account account)
Constructs an AccountEntity with a value object. |
|
AccountEntity(ObjectProfile profile,
Account account)
Constructs an AccountEntity with a profile and value object. |
Uses of Account in com.ibm.itim.dataservices.model.system |
---|
Subclasses of Account in com.ibm.itim.dataservices.model.system | |
---|---|
class |
SystemUser
Value Object class that holds the attribute information of a system (platform) user in the data model. |
Uses of Account in com.ibm.itim.mail.workflow |
---|
Methods in com.ibm.itim.mail.workflow that return Account | |
---|---|
Account |
WorkflowDeProvisionContext.getAccountInfo()
Returns the value object of the account being de-provisioned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |