/**
  * Gets the array of actions to include
  * @return array
  */
 public function getInclude()
 {
     return Structure::getKeyArray($this->getValue(self::FIELD_INCLUDE));
 }