Modifier and Type | Method and Description |
---|---|
abstract ContentInformation |
Connector.getContentInformation(ConnectorNode node)
Returns a
ContentInformation for the given connector node. |
static ContentInformation |
ContentInformation.notFound()
Standard
ContentInformation for not found files. |
abstract ContentInformation |
Connector.updateContent(ConnectorNode node,
InputStream newContent,
String message) |
Modifier and Type | Method and Description |
---|---|
ContentInformation |
SignavioConnector.getContentInformation(ConnectorNode node) |
ContentInformation |
SignavioConnector.updateContent(ConnectorNode node,
InputStream newContent,
String message) |
Modifier and Type | Method and Description |
---|---|
ContentInformation |
SvnConnector.getContentInformation(ConnectorNode node) |
ContentInformation |
SvnConnector.updateContent(ConnectorNode node,
InputStream newContent,
String message) |
Modifier and Type | Method and Description |
---|---|
ContentInformation |
VfsConnector.getContentInformation(ConnectorNode node) |
ContentInformation |
VfsConnector.updateContent(ConnectorNode node,
InputStream newContent,
String message) |
Modifier and Type | Method and Description |
---|---|
ContentInformation |
ConnectorService.getContentInfo(long connectorId,
String nodeId,
ConnectorNodeType type) |
Copyright © 2015. All rights reserved.