Package com.seeq.model
Class PluginOutputV1
java.lang.Object
com.seeq.model.PluginOutputV1
The list of plugins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) entryPoint
(String entryPoint) boolean
The plugin category (e.g.Clarifying information or other plain language description of this itemGet effectivePermissionsThe relative path to the plugin entry point (e.g.getHost()
Plugin host configuration settingsgetIcon()
The plugin icon (e.g.getId()
The ID that can be used to interact with the itemThe plugin identifier (e.g.Whether this item is in Development Mode, meaning that it is not allowed to be shared with any other usersGet installerWhether item is archivedWhether item is redactedgetName()
The human readable namePlugin-specific configuration settingsA plain language status message with information about any issues that may have been encountered during an operationThe item's translation key, if anygetType()
The type of the itemThe plugin version (e.g.int
hashCode()
identifier
(String identifier) inDevelopment
(Boolean inDevelopment) installer
(IdentityPreviewV1 installer) isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) void
setCategory
(String category) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setEntryPoint
(String entryPoint) void
void
void
void
setIdentifier
(String identifier) void
setInDevelopment
(Boolean inDevelopment) void
setInstaller
(IdentityPreviewV1 installer) void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setOptions
(Object options) void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
void
setVersion
(String version) statusMessage
(String statusMessage) toString()
translationKey
(String translationKey)
-
Constructor Details
-
PluginOutputV1
public PluginOutputV1()
-
-
Method Details
-
category
-
getCategory
The plugin category (e.g. \"DisplayPane\", \"ToolPane\")- Returns:
- category
-
setCategory
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
entryPoint
-
getEntryPoint
The relative path to the plugin entry point (e.g. \"myfolder/index.html \")- Returns:
- entryPoint
-
setEntryPoint
-
host
-
getHost
Plugin host configuration settings- Returns:
- host
-
setHost
-
icon
-
getIcon
The plugin icon (e.g. \"fa fa-wrench\")- Returns:
- icon
-
setIcon
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
identifier
-
getIdentifier
The plugin identifier (e.g. \"com.seeq.samplePlugin\")- Returns:
- identifier
-
setIdentifier
-
inDevelopment
-
getInDevelopment
Whether this item is in Development Mode, meaning that it is not allowed to be shared with any other users- Returns:
- inDevelopment
-
setInDevelopment
-
installer
-
getInstaller
Get installer- Returns:
- installer
-
setInstaller
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
options
-
getOptions
Plugin-specific configuration settings- Returns:
- options
-
setOptions
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
version
-
getVersion
The plugin version (e.g. \"1.0.0\")- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-