Class DriveType
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.DriveType
Defines the drive type.
- Since:
- 1.6.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the drive type string.int
hashCode()
boolean
Returnstrue
if the drive type is [ON] Amazon S3.boolean
Returnstrue
if the drive type is [ON] Azure Blob.boolean
Returnstrue
if the drive type is [ON] Custom connector.boolean
Returnstrue
if the drive type is [ON] External management.boolean
Returnstrue
if the drive type is [ON] External management.boolean
Returnstrue
if the drive type is [ON] File system.boolean
Returnstrue
if the drive type is [ON] Google Drive.boolean
Returnstrue
if the drive type is [ON] SharePoint.
-
Field Details
-
FILE_SYSTEM
The Constant FileSystem. -
EXTERNAL_MANAGEMENT
- Since:
- 1.8.0
-
AWS_S3
- Since:
- 2.3.0
-
CUSTOM
-
AZURE_BLOB
- Since:
- 2.5.0
-
GG_DRIVE
- Since:
- 2.6.0
-
SHARE_POINT
- Since:
- 2.6.0
-
-
Constructor Details
-
DriveType
Instantiates a new drive type.- Parameters:
driveType
- the drive type
-
-
Method Details
-
getString
Returns the drive type string. -
hashCode
public int hashCode() -
equals
-
isFileSystem
public boolean isFileSystem()Returnstrue
if the drive type is [ON] File system. -
isExternalManagement
public boolean isExternalManagement()Returnstrue
if the drive type is [ON] External management. -
isAwsS3Connector
public boolean isAwsS3Connector()Returnstrue
if the drive type is [ON] Amazon S3.- Since:
- 2.3.0
-
isCustomConnector
public boolean isCustomConnector()Returnstrue
if the drive type is [ON] Custom connector.- Since:
- 2.3.0
-
isExternalConnector
public boolean isExternalConnector()Returnstrue
if the drive type is [ON] External management. The same withisExternalManagement()
- Since:
- 2.3.0
-
isAzureBlobConnector
public boolean isAzureBlobConnector()Returnstrue
if the drive type is [ON] Azure Blob.- Since:
- 2.5.0
-
isGGDriveConnector
public boolean isGGDriveConnector()Returnstrue
if the drive type is [ON] Google Drive.- Since:
- 2.6.0
-