public interface RemoteRestModel extends RemoteModel
| Modifier and Type | Field and Description |
|---|---|
static String |
REMOTE_REST
The "remoteRest" name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl()
Gets the url attribute.
|
boolean |
isUseFormBasedAuth()
Deprecated.
deprecated as of kie/drools/jbpm 6.2
|
RemoteRestModel |
setUrl(String url)
Sets the url attribute.
|
RemoteRestModel |
setUseFormBasedAuth(boolean useFormBasedAuth)
Deprecated.
deprecated as of kie/drools/jbpm 6.2
|
getDeploymentId, getExtraJaxbClasses, getPassword, getTimeout, getUserName, setDeploymentId, setExtraJaxbClasses, setPassword, setTimeout, setUserNamestatic final String REMOTE_REST
String getUrl()
RemoteRestModel setUrl(String url)
url - the url attribute@Deprecated boolean isUseFormBasedAuth()
@Deprecated RemoteRestModel setUseFormBasedAuth(boolean useFormBasedAuth)
useFormBasedAuth - the useFormBasedAuth attributeCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.