Packageeu.orangeflash.webapis.wp.mxml
Classpublic class WordPress
InheritanceWordPress Inheritance WP Inheritance Client Inheritance flash.events.EventDispatcher
Implementsmx.rpc.mxml.IMXMLSupport

XML version of eu.orangeflash.webapis.wp.WP class.
  
   
   
      
  
  

Default MXML Propertyoperations

See also

../../wp/WP.html
Operation.html


Public Properties
 PropertyDefined by
 InheritedblogID : String
Unique blog id.
WP
  concurrency : String
WordPress
 InheritedlastResult : Object
Stores last result from last invocation of Method.result event.
WP
 Inheritedlogin : String
You blog login.
WP
  operations : Array
Collections of WPOperation for given client
WordPress
 Inheritedpassword : String
Your password.
WP
 InheritedserviceURL : String
Indicates service end point (i.e http://orangeflash.eu/xmlrpc.php).
Client
  showBusyCursor : Boolean
WordPress
Protected Properties
 PropertyDefined by
 Inheritedresult : IMethodResponse
Client
 Inheritedurl : String
Client
Public Methods
 MethodDefined by
 Inherited
deletePost(postID:String, publish:Boolean = true):WPMethod
Method, invokes blogger.deletePost operation.
WP
 Inherited
editPost(postID:String, content:Content, publish:Boolean):WPMethod
Method, invokes metaWeblog.editPost operation.
WP
 Inherited
Method, invokes mt.getCategoryList, returns array of the Category instances
WP
 Inherited
getPost(postID:String):WPMethod
Method, invokes metaWeblog.getPost operation, request returns Content - information about a specific post.
WP
 Inherited
getPostCategories(postID:String):WPMethod
Method, returns categories for given post
WP
 Inherited
getRecentPosts(numberOfPosts:int):WPMethod
Returns a list of the most recent posts in the system.
WP
 Inherited
getRecentPostTitles(numberOfPosts:int):WPMethod
Returns a bandwidth-friendly list of the most recent posts in the system.
WP
 Inherited
getTrackbackPings(postID:String):WPMethod
Retrieve the list of TrackBack pings posted to a particular entry.
WP
 Inherited
invoke(methodName:String, ... args):IMethodCall
Invokes XML-RPC operation.
WP
 Inherited
newPost(content:Content, publish:Boolean):WPMethod
Creates a new post, and optionally publishes it.
WP
Events
 EventSummaryDefined by
 Inherited  Client
 Inherited  Client
 Inherited  Client
Property detail
concurrencyproperty
concurrency:String  [read-write]Implementation
    public function get concurrency():String
    public function set concurrency(value:String):void
operationsproperty 
operations:Array  [read-write]

Collections of WPOperation for given client

This property can be used as the source for data binding.

Implementation
    public function get operations():Array
    public function set operations(value:Array):void
showBusyCursorproperty 
showBusyCursor:Boolean  [read-write]Implementation
    public function get showBusyCursor():Boolean
    public function set showBusyCursor(value:Boolean):void