Package | Description |
---|---|
org.appformer.kogito.bridge.client.resource | |
org.appformer.kogito.bridge.client.resource.impl | |
org.appformer.kogito.bridge.client.resource.interop |
Modifier and Type | Method and Description |
---|---|
elemental2.promise.Promise<String> |
ResourceContentService.get(String uri,
ResourceContentOptions options)
Returns a resource's content
|
Modifier and Type | Method and Description |
---|---|
elemental2.promise.Promise<String> |
NoOpResourceContentService.get(String uri,
ResourceContentOptions options) |
elemental2.promise.Promise<String> |
EnvelopeResourceContentService.get(String uri,
ResourceContentOptions options) |
Modifier and Type | Method and Description |
---|---|
static ResourceContentOptions |
ResourceContentOptions.binary()
Creates an Options instance with binary type (base64 encoded binary content)
|
static ResourceContentOptions |
ResourceContentOptions.text()
Creates an Options instance with text type
|
Modifier and Type | Method and Description |
---|---|
elemental2.promise.Promise<String> |
ResourceContentEditorServiceWrapper.get(String uri,
ResourceContentOptions options) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.