public boolean setMetaData(String name, Object value) throws WGAPIException {
throw new WGNotSupportedException("Not Supported");
}
public WGDocumentCore setRelation(String name, WGDocumentCore target) throws WGAPIException {
throw new WGNotSupportedException("Not Supported");
}