Package | Description |
---|---|
com.oracle.bmc.datacatalog.model | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
static HarvestStatus |
HarvestStatus.create(String key) |
HarvestStatus |
Entity.getHarvestStatus()
Status of the object as updated by the harvest process.
|
HarvestStatus |
Folder.getHarvestStatus()
Status of the object as updated by the harvest process.
|
HarvestStatus |
UpdateFolderDetails.getHarvestStatus()
Harvest status of the folder.
|
HarvestStatus |
CreateFolderDetails.getHarvestStatus()
Folder harvesting status.
|
HarvestStatus |
CreateEntityDetails.getHarvestStatus()
Status of the object as updated by the harvest process.
|
HarvestStatus |
UpdateEntityDetails.getHarvestStatus()
Status of the object as updated by the harvest process.
|
static HarvestStatus |
HarvestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HarvestStatus[] |
HarvestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Entity.Builder |
Entity.Builder.harvestStatus(HarvestStatus harvestStatus)
Status of the object as updated by the harvest process.
|
Folder.Builder |
Folder.Builder.harvestStatus(HarvestStatus harvestStatus)
Status of the object as updated by the harvest process.
|
UpdateFolderDetails.Builder |
UpdateFolderDetails.Builder.harvestStatus(HarvestStatus harvestStatus)
Harvest status of the folder.
|
CreateFolderDetails.Builder |
CreateFolderDetails.Builder.harvestStatus(HarvestStatus harvestStatus)
Folder harvesting status.
|
CreateEntityDetails.Builder |
CreateEntityDetails.Builder.harvestStatus(HarvestStatus harvestStatus)
Status of the object as updated by the harvest process.
|
UpdateEntityDetails.Builder |
UpdateEntityDetails.Builder.harvestStatus(HarvestStatus harvestStatus)
Status of the object as updated by the harvest process.
|
Constructor and Description |
---|
CreateEntityDetails(String displayName,
String businessName,
String typeKey,
String description,
Date timeExternal,
Boolean isLogical,
Boolean isPartition,
String folderKey,
String patternKey,
String realizedExpression,
HarvestStatus harvestStatus,
String lastJobKey,
List<CustomPropertySetUsage> customPropertyMembers,
Map<String,Map<String,String>> properties)
Deprecated.
|
CreateFolderDetails(String displayName,
String businessName,
String description,
List<CustomPropertySetUsage> customPropertyMembers,
Map<String,Map<String,String>> properties,
String parentFolderKey,
Date timeExternal,
String lastJobKey,
HarvestStatus harvestStatus,
String typeKey)
Deprecated.
|
Entity(String key,
String displayName,
String businessName,
String description,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById,
LifecycleState lifecycleState,
String lifecycleDetails,
String externalKey,
String patternKey,
String realizedExpression,
Date timeExternal,
Date timeHarvested,
List<ObjectRelationship> objectRelationships,
Date timeStatusUpdated,
Boolean isLogical,
Boolean isPartition,
String dataAssetKey,
String folderKey,
String folderName,
String path,
HarvestStatus harvestStatus,
String lastJobKey,
String typeKey,
String uri,
String objectStorageUrl,
List<CustomPropertyGetUsage> customPropertyMembers,
Map<String,Map<String,String>> properties)
Deprecated.
|
Folder(String key,
String displayName,
String businessName,
String description,
String parentFolderKey,
String typeKey,
Date timeHarvested,
List<ObjectRelationship> objectRelationships,
String path,
String dataAssetKey,
List<CustomPropertyGetUsage> customPropertyMembers,
Map<String,Map<String,String>> properties,
String externalKey,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById,
Date timeExternal,
LifecycleState lifecycleState,
String lifecycleDetails,
HarvestStatus harvestStatus,
String lastJobKey,
String uri,
String objectStorageUrl)
Deprecated.
|
UpdateEntityDetails(String displayName,
String businessName,
String description,
Date timeExternal,
Boolean isLogical,
Boolean isPartition,
String folderKey,
String patternKey,
String realizedExpression,
HarvestStatus harvestStatus,
String lastJobKey,
List<CustomPropertySetUsage> customPropertyMembers,
Map<String,Map<String,String>> properties)
Deprecated.
|
UpdateFolderDetails(String displayName,
String businessName,
String description,
String parentFolderKey,
List<CustomPropertySetUsage> customPropertyMembers,
Map<String,Map<String,String>> properties,
Date timeExternal,
HarvestStatus harvestStatus,
String lastJobKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HarvestStatus |
ListFoldersRequest.getHarvestStatus()
Harvest status of the harvestable resource as updated by the harvest process.
|
HarvestStatus |
ListEntitiesRequest.getHarvestStatus()
Harvest status of the harvestable resource as updated by the harvest process.
|
Modifier and Type | Method and Description |
---|---|
ListFoldersRequest.Builder |
ListFoldersRequest.Builder.harvestStatus(HarvestStatus harvestStatus)
Harvest status of the harvestable resource as updated by the harvest process.
|
ListEntitiesRequest.Builder |
ListEntitiesRequest.Builder.harvestStatus(HarvestStatus harvestStatus)
Harvest status of the harvestable resource as updated by the harvest process.
|
Copyright © 2016–2024. All rights reserved.