|
pwfengine
|
The action creates a new schema given its name and check its validity for the given wrapper. More...
#include <PAttemptSchema.h>
Public Slots | |
| virtual void | start () |
Public Member Functions | |
| PAttemptSchema (const QString &schemaName, PWrapper *wrapper, PWrapperCache *wrapperCache) | |
| ~PAttemptSchema () | |
| PSchema * | schema () const |
The action creates a new schema given its name and check its validity for the given wrapper.
It's duty of the user to take and delete the schema if the action succeded, otherwise, if the action has failed or has been stopped, the schema will deleted at destruction time.
| PAttemptSchema::PAttemptSchema | ( | const QString & | schemaName, |
| PWrapper * | wrapper, | ||
| PWrapperCache * | wrapperCache | ||
| ) |
| PAttemptSchema::~PAttemptSchema | ( | ) |
Delete the schema if the attempt has not succeded.
| void PAttemptSchema::start | ( | ) | [virtual, slot] |
Reimplemented from PAction.
1.7.4