|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransferTarget
Transfer Target. Definition of a remote target to transfer to, contains details such as its name and address.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Get the description for this transfer target |
java.lang.String |
getEndpointHost()
Get the endpoint host |
java.lang.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 |
java.lang.String |
getEndpointProtocol()
HTTP OR HTTPS |
java.lang.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 |
java.lang.String |
getTitle()
Get the title of this transfer target |
java.lang.String |
getUsername()
The username used to authenticate with the transfer target |
boolean |
isEnabled()
is this transfer target enabled or disabled? |
void |
setDescription(java.lang.String description)
Set the decription for this transfer target |
void |
setEnabled(boolean enabled)
enable this transfer target |
void |
setEndpointHost(java.lang.String endpointHost)
Set the endpoint host |
void |
setEndpointPath(java.lang.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(java.lang.String endpointProtocol)
Set the endpoint protocol. |
void |
setPassword(char[] password)
Set the password for this transfer target |
void |
setTitle(java.lang.String title)
Set the title for this transfer target |
void |
setUsername(java.lang.String userName)
The username used to authenticate with the transfer target |
Method Detail |
---|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
java.lang.String getName()
java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- java.lang.String getTitle()
void setTitle(java.lang.String title)
title
- java.lang.String getEndpointHost()
void setEndpointHost(java.lang.String endpointHost)
endpointHost
- int getEndpointPort()
void setEndpointPort(int endpointPort)
endpointPort
- java.lang.String getEndpointProtocol()
void setEndpointProtocol(java.lang.String endpointProtocol)
endpointProtocol
- void setPassword(char[] password)
password
- clear text password.java.lang.String getUsername()
void setUsername(java.lang.String userName)
userName
- char[] getPassword()
java.lang.String getEndpointPath()
void setEndpointPath(java.lang.String path)
boolean isEnabled()
void setEnabled(boolean enabled)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |