|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.portalclient.meta.PCMetaHelper
public class PCMetaHelper
Constructor Summary | |
---|---|
PCMetaHelper()
|
Method Summary | |
---|---|
static Map |
convertViewPropertiesToMap(View view)
Convert a View into a map of name/value pairs of the properties contained
within that view. |
static void |
delete(URI uri)
Delete a MWS resource, given it's MWS thing URI |
static View |
getView(URI uri)
Get a View of a MWS thing, given it's URI |
static ListView |
listChildren(URI uri)
Retrieve a list of child resources within a MWS container |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PCMetaHelper()
Method Detail |
---|
public static View getView(URI uri) throws Exception
uri
- the MWS thing URI
Exception
public static void delete(URI uri) throws Exception
uri
- the MWS thing URI
Exception
public static ListView listChildren(URI uri) throws Exception
uri
- the MWS thing URI of the container
Exception
public static Map convertViewPropertiesToMap(View view)
View
into a map of name/value pairs of the properties contained
within that view.
view
- the View to retrieve properties from
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |