A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
name — Property in class com.absentdesign.core.webapis.NameValuePair
name — Property in class com.absentdesign.core.webapis.wordpress.Category
name — Property in class com.absentdesign.core.webapis.wordpress.PageTemplate
name — Property in class com.absentdesign.core.webapis.wordpress.Tag
NameValuePair — Class in package com.absentdesign.core.webapis
NameValuePair(name, value) — Constructor in class com.absentdesign.core.webapis.NameValuePair
newCategory(category:com.absentdesign.core.webapis.wordpress:Category) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Categories
Wrapper for wp.newCategory - add a new Category

Will dispatch a ServiceEvent of type WPServiceEvent.NEW_CATEGORY with a struct as the WPServiceEvent.data once loaded

NEW_CATEGORY — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
NEW_CATEGORY — Constant static property in class com.absentdesign.core.webapis.wordpress.methodgroups.WPMethodGroupHelper
newComment(postId, comment:com.absentdesign.core.webapis.wordpress:Comment) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Comments
Wrapper for wp.newComment - create a new comment

Will dispatch a ServiceEvent of type WPServiceEvent.NEW_COMMENT with a struct as the WPServiceEvent.data once loaded

wp.newComment only seems to be able to add comments authored by the logged in user as per the username/password on service), and will ignore any author info on comment You can, however use editComment to change the author details on a comment, regardless of the logged in user

NEW_COMMENT — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
NEW_COMMENT — Constant static property in class com.absentdesign.core.webapis.wordpress.methodgroups.WPMethodGroupHelper
newPage(content:com.absentdesign.core.webapis.wordpress:Page, publish) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Pages
Wrapper for wp.newPage - adds a page to the blog

Will dispatch a ServiceEvent of type WPServiceEvent.NEW_PAGE with a struct as the WPServiceEvent.data once loaded

NEW_PAGE — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
NEW_PAGE — Constant static property in class com.absentdesign.core.webapis.wordpress.methodgroups.WPMethodGroupHelper
newPost(content:com.absentdesign.core.webapis.wordpress:Post, publish) — Method in class com.absentdesign.core.webapis.wordpress.methodgroups.Posts
Wrapper for metaWeblog.newPost - add a new Post

Will dispatch a ServiceEvent of type WPServiceEvent.NEW_POST once loaded

NEW_POST — Constant static property in class com.absentdesign.core.webapis.wordpress.events.WPServiceEvent
NEW_POST — Constant static property in class com.absentdesign.core.webapis.wordpress.methodgroups.WPMethodGroupHelper
next() — Method in class com.terralever.util.Enumerator
Returns the next key, or false if we are done.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z