$access_policies | AbstractMachine | protected |
$actions | AbstractMachine | protected |
$additional_filters_data | FlupdoMachine | protected |
$auth | FlupdoMachine | protected |
$backend | AbstractMachine | protected |
$composed_properties | FlupdoMachine | protected |
$context | AbstractMachine | protected |
$default_access_policy | AbstractMachine | protected |
$default_filters | FlupdoMachine | protected |
$filters | FlupdoMachine | protected |
$flupdo | FlupdoMachine | protected |
$json_columns | FlupdoMachine | protected |
$listing_access_policy | AbstractMachine | protected |
$load_state_with_properties | FlupdoMachine | protected |
$machine_type | AbstractMachine | protected |
$parent_url_fmt | AbstractMachine | protected |
$pk_columns | FlupdoMachine | protected |
$post_action_url_fmt | AbstractMachine | protected |
$properties | AbstractMachine | protected |
$read_access_policy | AbstractMachine | protected |
$references | AbstractMachine | protected |
$sphinx | FlupdoMachine | protected |
$state_groups | AbstractMachine | protected |
$state_select | FlupdoMachine | protected |
$states | AbstractMachine | protected |
$table | FlupdoMachine | protected |
$table_alias | FlupdoMachine | protected |
$url_fmt | AbstractMachine | protected |
$user_id_auth_method | FlupdoMachine | protected |
$user_id_table_column | FlupdoMachine | protected |
$views | AbstractMachine | protected |
__construct(AbstractBackend $backend, $type, $config, $context) | AbstractMachine | |
checkAccessPolicy($access_policy_name, Reference $ref) | FlupdoMachine | protected |
createListing($filters, $filtering_flags=0) | FlupdoMachine | |
createQueryBuilder() | FlupdoMachine | |
decodeProperties($properties) | FlupdoMachine | |
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() | FlupdoMachine | |
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 | |
encodeProperties($properties) | FlupdoMachine | |
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(Reference $ref, $state=null) | AbstractMachine | |
getBackend() | AbstractMachine | |
getMachineImplementationMTime() | AbstractMachine | |
getMachineType() | AbstractMachine | |
getParentUrlFormat() | AbstractMachine | |
getPostActionUrlFormat() | AbstractMachine | |
getProperties($id, &$state_cache=null) | FlupdoMachine | |
getState($id) | FlupdoMachine | |
getUrlFormat() | AbstractMachine | |
getView($id, $view, &$properties_cache=null, &$view_cache=null, &$persistent_view_cache=null) | AbstractMachine | |
hotRef($properties) | AbstractMachine | |
initializeMachine($config) | FlupdoMachine | protected |
invokeTransition(Reference $ref, $transition_name, $args, &$returns, $new_id_callback=null) | FlupdoMachine | |
isTransitionAllowed(Reference $ref, $transition_name, $state=null) | AbstractMachine | |
nullRef() | AbstractMachine | |
onStateChanged(Reference $ref, $old_state, $transition_name, $new_state) | AbstractMachine | protected |
queryAddAccessPolicyCondition($access_policy_name, $query) | FlupdoMachine | protected |
queryAddFrom($query) | FlupdoMachine | protected |
queryAddPrimaryKeyWhere($query, $id, $clause= 'where') | FlupdoMachine | protected |
queryAddPropertiesSelect($query) | FlupdoMachine | protected |
queryAddStateSelect($query) | FlupdoMachine | protected |
queryGetThisTable($query) | FlupdoMachine | protected |
ref($id) | AbstractMachine | |
resolveMachineReference($reference_name, $properties_cache) | AbstractMachine | protected |
RETURNS_NEW_ID | AbstractMachine | |
RETURNS_VALUE | AbstractMachine | |
scanTableColumns() | FlupdoMachine | protected |
urlFormat($id, $url_fmt, $properties_cache) | AbstractMachine | protected |