public interface TransferTarget
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description for this transfer target
|
String |
getEndpointHost()
Get the endpoint host
|
String |
getEndpointPath()
The location of the transfer service on the target endpoint host
Defaults to "/alfresco/service/api/transfer", and this shouldn't typically need to change
|
int |
getEndpointPort()
Get the endpoint port
|
String |
getEndpointProtocol()
HTTP OR HTTPS
|
String |
getName()
Get the name of this transfer target
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
read only - get the node reference of the underlying transfer target node.
|
char[] |
getPassword()
Get the cleartext password
|
String |
getTitle()
Get the title of this transfer target
|
String |
getUsername()
The username used to authenticate with the transfer target
|
boolean |
isEnabled()
is this transfer target enabled or disabled?
|
void |
setDescription(String description)
Set the decription for this transfer target
|
void |
setEnabled(boolean enabled)
enable this transfer target
|
void |
setEndpointHost(String endpointHost)
Set the endpoint host
|
void |
setEndpointPath(String path)
The location of the transfer service on the target endpoint host
Defaults to "/alfresco/service/api/transfer", and this shouldn't typically need to change
|
void |
setEndpointPort(int endpointPort)
Set the endpoint port
|
void |
setEndpointProtocol(String endpointProtocol)
Set the endpoint protocol.
|
void |
setPassword(char[] password)
Set the password for this transfer target
|
void |
setTitle(String title)
Set the title for this transfer target
|
void |
setUsername(String userName)
The username used to authenticate with the transfer target
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
String getName()
String getDescription()
void setDescription(String description)
description
- StringString getTitle()
void setTitle(String title)
title
- StringString getEndpointHost()
void setEndpointHost(String endpointHost)
endpointHost
- Stringint getEndpointPort()
void setEndpointPort(int endpointPort)
endpointPort
- intString getEndpointProtocol()
void setEndpointProtocol(String endpointProtocol)
endpointProtocol
- Stringvoid setPassword(char[] password)
password
- clear text password.String getUsername()
void setUsername(String userName)
userName
- Stringchar[] getPassword()
String getEndpointPath()
void setEndpointPath(String path)
boolean isEnabled()
void setEnabled(boolean enabled)
Copyright © 2005–2017 Alfresco Software. All rights reserved.