Package | Description |
---|---|
com.jamasoftware.contour.soap.v3 | |
com.jamasoftware.contour.ws.domain |
Modifier and Type | Method and Description |
---|---|
WsPropertyEntry |
ContourSoapServiceImpl.addPropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
Adds a new Property Entry.
|
WsPropertyEntry |
ContourSoapService.addPropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry) |
WsPropertyEntry |
ContourSoapServiceImpl.getPropertyEntry(WsAuth token,
Integer refId,
Integer scope,
String propertyName)
Gets a Property Entry.
|
WsPropertyEntry |
ContourSoapService.getPropertyEntry(WsAuth token,
Integer refId,
Integer scope,
String propertyName) |
WsPropertyEntry |
ContourSoapServiceImpl.updatePropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
Updates an existing Property Entry.
|
WsPropertyEntry |
ContourSoapService.updatePropertyEntry(WsAuth token,
WsPropertyEntry wsPropertyEntry) |
Modifier and Type | Method and Description |
---|---|
WsPropertyEntry |
ContourSoapServiceImpl.addPropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
Adds a new Property Entry.
|
WsPropertyEntry |
ContourSoapService.addPropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry) |
Boolean |
ContourSoapServiceImpl.deletePropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
Deletes a property entry.
|
Boolean |
ContourSoapService.deletePropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry) |
WsPropertyEntry |
ContourSoapServiceImpl.updatePropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
Updates an existing Property Entry.
|
WsPropertyEntry |
ContourSoapService.updatePropertyEntry(WsAuth token,
WsPropertyEntry wsPropertyEntry) |
Modifier and Type | Method and Description |
---|---|
Map<String,WsPropertyEntry> |
WsPropertyList.getProperties()
Gets the property list's map of property entries.
|
Modifier and Type | Method and Description |
---|---|
void |
WsPropertyList.setProperties(Map<String,WsPropertyEntry> properties)
Sets the property list's map of property entries.
|
Constructor and Description |
---|
WsPropertyList(Integer scope,
Integer refId,
Map<String,WsPropertyEntry> properties)
Creates a new WsPropertyList object from the given scope, ref id and
property map.
|
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.