public class ExtensionWithDomain extends TargetWithDomain<Extension> implements Extension
isComponentProperty, isEndpointProperty, isRawComponentProperty, isRawEndpointProperty, isSecretComponentProperty, isSecretEndpointProperty, isSecretOrComponentPropertyExtension.Builder, Extension.Status, Extension.Type| Constructor and Description |
|---|
ExtensionWithDomain(Extension target,
Collection<Extension> domain) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions() |
Optional<Date> |
getCreatedDate() |
String |
getDescription() |
String |
getExtensionId()
A correlation id shared among all versions of the same extension.
|
Extension.Type |
getExtensionType() |
String |
getIcon() |
Optional<Date> |
getLastUpdated() |
String |
getName() |
Map<String,ConfigurationProperty> |
getProperties() |
String |
getSchemaVersion()
The public schema version used in the JAR file containing the extension.
|
Optional<Extension.Status> |
getStatus() |
SortedSet<String> |
getTags() |
Optional<String> |
getUserId() |
int |
getUses() |
String |
getVersion()
The artifact version of the extension (usually computed from the project.version maven property)
|
getDomain, getId, getKind, getTarget, withIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConnectorActions, getKind, getStepActions, withIdgetId, hasId, idEqualsfindActionById, getActionsfilterComponentProperties, filterComponentProperties, filterEndpointProperties, filterEndpointProperties, filterProperties, filterProperties, filterSecrets, filterSecrets, isComponentProperty, isComponentProperty, isEndpointProperty, isEndpointProperty, isRaw, isRaw, isRaw, isRawComponentProperty, isRawComponentProperty, isRawEndpointProperty, isRawEndpointProperty, isSecret, isSecret, isSecret, isSecretComponentProperty, isSecretComponentProperty, isSecretEndpointProperty, isSecretEndpointProperty, isSecretOrComponentProperty, isSecretOrComponentProperty, propertyEntryTaggedWith, propertyTaggedWithgetConfiguredPropertiesgetDependenciesgetMetadata, getMetadatapublic ExtensionWithDomain(Extension target, Collection<Extension> domain)
public List<Action> getActions()
getActions in interface WithActions<Action>public Map<String,ConfigurationProperty> getProperties()
getProperties in interface WithConfigurationPropertiespublic String getVersion()
ExtensiongetVersion in interface Extensionpublic String getExtensionId()
ExtensiongetExtensionId in interface Extensionpublic String getSchemaVersion()
ExtensiongetSchemaVersion in interface Extensionpublic Optional<Extension.Status> getStatus()
public String getDescription()
getDescription in interface Extensionpublic Optional<Date> getLastUpdated()
getLastUpdated in interface Extensionpublic Optional<Date> getCreatedDate()
getCreatedDate in interface Extensionpublic Extension.Type getExtensionType()
getExtensionType in interface ExtensionCopyright © 2016–2019 Red Hat. All rights reserved.