| $access_policies | AbstractMachine | protected |
| $actions | AbstractMachine | protected |
| $backend | AbstractMachine | protected |
| $context | AbstractMachine | protected |
| $default_access_policy | AbstractMachine | protected |
| $machine_type | AbstractMachine | protected |
| $parent_url_fmt | AbstractMachine | protected |
| $post_action_url_fmt | AbstractMachine | protected |
| $properties | ArrayMachine | protected |
| $read_access_policy | AbstractMachine | protected |
| $references | AbstractMachine | protected |
| $state_groups | AbstractMachine | protected |
| $states | AbstractMachine | protected |
| $url_fmt | AbstractMachine | protected |
| $views | AbstractMachine | protected |
| __call($method, $args) | ArrayMachine | |
| __construct(AbstractBackend $backend, $type, $config, $context) | AbstractMachine | |
| addPermissionsCondition($query) | ArrayMachine | protected |
| checkAccessPolicy($access_policy, $id) | ArrayMachine | protected |
| describeAllMachineActions($having_section=null) | AbstractMachine | |
| describeAllMachineProperties($having_section=null) | AbstractMachine | |
| describeAllMachineReferences($having_section=null) | AbstractMachine | |
| describeAllMachineStates($having_section=null) | AbstractMachine | |
| describeAllMachineViews($having_section=null) | AbstractMachine | |
| describeId() | ArrayMachine | |
| describeMachineAction($action, $field=null) | AbstractMachine | |
| describeMachineProperty($property, $field=null) | AbstractMachine | |
| describeMachineReference($reference, $field=null) | AbstractMachine | |
| describeMachineState($state, $field=null) | AbstractMachine | |
| describeMachineView($view, $field=null) | AbstractMachine | |
| exportDot() | AbstractMachine | |
| flushCache() | AbstractMachine | |
| getAllMachineActions($having_section=null) | AbstractMachine | |
| getAllMachineProperties($having_section=null) | AbstractMachine | |
| getAllMachineReferences($having_section=null) | AbstractMachine | |
| getAllMachineStates($having_section=null) | AbstractMachine | |
| getAllMachineViews($having_section=null) | AbstractMachine | |
| getAvailableTransitions($id, $state=null) | AbstractMachine | |
| getBackend() | AbstractMachine | |
| getMachineImplementationMTime() | AbstractMachine | |
| getMachineType() | AbstractMachine | |
| getParentUrlFormat() | AbstractMachine | |
| getPostActionUrlFormat() | AbstractMachine | |
| getProperties($id, &$state_cache=null) | ArrayMachine | |
| getState($id) | ArrayMachine | |
| getUrlFormat() | AbstractMachine | |
| getView($id, $view, &$properties_cache=null, &$view_cache=null, &$persistent_view_cache=null) | AbstractMachine | |
| initializeMachine($args) | ArrayMachine | |
| invokeTransition($id, $transition_name, $args, &$returns) | AbstractMachine | |
| isTransitionAllowed($id, $transition_name, $state=null) | AbstractMachine | |
| onStateChanged($id, $old_state, $transition_name, $new_state) | AbstractMachine | protected |
| resolveMachineReference($reference_name, $properties_cache, &$ref_machine_type, &$ref_machine_id) | AbstractMachine | protected |
| RETURNS_NEW_ID | AbstractMachine | |
| RETURNS_VALUE | AbstractMachine | |