Modifier and Type | Method and Description |
---|---|
IStorageResource |
BaseStorageResourceExtension.getStorageResource()
Retrieves the storage resource object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDataUnit
This class represents a data unit.
|
Modifier and Type | Method and Description |
---|---|
IStorageResource |
IBaseWorkflowModule.createStorageResource(IContext context,
IResourceDefinition resourceDefinition,
String reference)
Creates a storage resource object by specifying the
IResourceDefinition object, its reference. |
IStorageResource |
IBaseWorkflowModule.createStorageResource(IContext context,
IResourceDefinition resourceDefinition,
String reference,
String label)
Creates a storage resource object by specifying the
IResourceDefinition object, its reference, and its label. |
IStorageResource |
IBaseWorkflowModule.findStorageResourceByReference(IContext context,
IResourceDefinition resourceDefinition,
String reference)
Find a storage resource object by specifying the
IResourceDefinition object, its reference. |
Modifier and Type | Method and Description |
---|---|
IStorageResource |
IAttributeSupport.getExtendedAttributes()
Returns the extended attributes
|
Modifier and Type | Field and Description |
---|---|
protected IStorageResource |
UpdatePasswordConfigurationBuilder.mailTemplate |
protected IStorageResource |
LostPasswordConfigurationBuilder.mailTemplate |
protected IStorageResource |
UninitializedPasswordConfigurationBuilder.mailTemplate |
Modifier and Type | Method and Description |
---|---|
IStorageResource |
UninitializedPasswordConfiguration.getMailTemplate() |
IStorageResource |
LostPasswordConfiguration.getMailTemplate() |
IStorageResource |
UpdatePasswordConfiguration.getMailTemplate() |
Modifier and Type | Method and Description |
---|---|
UpdatePasswordConfigurationBuilder |
UpdatePasswordConfigurationBuilder.setMailTemplate(IStorageResource mailTemplate) |
LostPasswordConfigurationBuilder |
LostPasswordConfigurationBuilder.setMailTemplate(IStorageResource mailTemplate) |
UninitializedPasswordConfigurationBuilder |
UninitializedPasswordConfigurationBuilder.setMailTemplate(IStorageResource mailTemplate) |
Modifier and Type | Method and Description |
---|---|
IStorageResource |
IMailUtils.retrieveMailTemplateFromReference(IContext context,
String templateRef)
Retrieve a mailTemplate resource in the data universe of the Platform management application from its reference
|
Copyright © 2024 Visiativ. All rights reserved.