com.fusesource.fmc.webui.profile

ProfileResource

class ProfileResource extends BaseResource with HasID with Exportable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ProfileResource
  2. Exportable
  3. HasID
  4. BaseResource
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProfileResource (self: Profile)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def add_agent_config (config: CreateConfigurationEntryDTO): Unit

  7. def add_bundle (config: CreateConfigurationEntryDTO): Unit

    Annotations
    @PUT() @Path() @Consumes()
  8. def add_config_prop (config: CreateConfigurationEntryDTO): Unit

    Annotations
    @PUT() @Path() @Consumes()
  9. def add_configuration (config: CreatePropertyEntryDTO): Unit

    Annotations
    @PUT() @Path() @Consumes()
  10. def add_fab (config: CreateConfigurationEntryDTO): Unit

    Annotations
    @PUT() @Path() @Consumes()
  11. def add_feature (config: CreateConfigurationEntryDTO): Unit

    Annotations
    @PUT() @Path() @Consumes()
  12. def add_repository (config: CreateConfigurationEntryDTO): Unit

    Annotations
    @PUT() @Path() @Consumes()
  13. def add_system_prop (config: CreateConfigurationEntryDTO): Unit

    Annotations
    @PUT() @Path() @Consumes()
  14. def agent_keys_with_prefix (prefix: String): ConfigurationResource

  15. def agent_template (agent: Container): ContainerTemplate

    Definition Classes
    BaseResource
  16. def agents : Array[String]

    Annotations
    @JsonProperty()
  17. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  18. def available_repo (id: String): FeaturesRepositoryResource

    Annotations
    @GET() @Path()
  19. def available_repos : Array[FeaturesRepositoryResource]

    Annotations
    @GET() @Path()
  20. def bundles : Array[ConfigurationEntryResource]

    Annotations
    @JsonProperty()
  21. def bundles_resource : ConfigurationResource

    Annotations
    @Path()
  22. def children : Array[String]

    Annotations
    @JsonProperty()
  23. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def config_props : Array[ConfigurationEntryResource]

    Annotations
    @JsonProperty()
  25. def config_props_resource : ConfigurationResource

    Annotations
    @Path()
  26. def configurations : Array[PropertyFileResource]

    Annotations
    @JsonProperty()
  27. def configurations_resource : PropertyFilesResource

    Annotations
    @Path()
  28. def delete : Unit

    Annotations
    @DELETE()
  29. def delete_agent_config (id: String): Unit

  30. def delete_bundle (id: String): Unit

    Annotations
    @DELETE() @Path()
  31. def delete_config_prop (id: String): Unit

    Annotations
    @DELETE() @Path()
  32. def delete_configuration (id: String): Unit

    Annotations
    @DELETE() @Path()
  33. def delete_fab (id: String): Unit

    Annotations
    @DELETE() @Path()
  34. def delete_feature (id: String): Unit

    Annotations
    @DELETE() @Path()
  35. def delete_repository (id: String): Unit

    Annotations
    @DELETE() @Path()
  36. def delete_system_prop (id: String): Unit

    Annotations
    @DELETE() @Path()
  37. def do_export (name: String): PipedInputStream

    Definition Classes
    ProfileResourceExportable
    Annotations
    @GET() @Path() @Produces()
  38. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  39. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  40. def export (out: OutputStream): Unit

    Definition Classes
    ProfileResourceExportable
  41. def fabric_service : FabricService

    Definition Classes
    BaseResource
  42. def fabs : Array[ConfigurationEntryResource]

    Annotations
    @JsonProperty()
  43. def fabs_resource : ConfigurationResource

    Annotations
    @Path()
  44. def features : Array[ConfigurationEntryResource]

    Annotations
    @JsonProperty()
  45. def features_resource : ConfigurationResource

    Annotations
    @Path()
  46. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def get : Any

    This method will allow returning this resource as data.

    This method will allow returning this resource as data.

    Definition Classes
    BaseResource
    Annotations
    @GET()
  48. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  49. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  50. def id : String

    Definition Classes
    ProfileResourceHasID
    Annotations
    @JsonProperty()
  51. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  52. def is_abstract : Boolean

    Annotations
    @JsonProperty()
  53. implicit def iter [T] (some: Collection[T]): Iterator[T]

    Attributes
    implicit
    Definition Classes
    BaseResource
  54. val logger : Logger

    Attributes
    protected
    Definition Classes
    BaseResource
  55. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  56. def not_found [T] : T

    Attributes
    protected
    Definition Classes
    BaseResource
  57. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  58. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  59. def parents : Array[String]

    Annotations
    @JsonProperty()
  60. def redirect (path: String, rq: HttpServletRequest, rp: HttpServletResponse): Null

    Attributes
    protected
    Definition Classes
    BaseResource
  61. def repositories : Array[ConfigurationEntryResource]

    Annotations
    @JsonProperty()
  62. def repositories_resource : ConfigurationResource

    Annotations
    @Path()
  63. def respond [T] (value: Status, message: Any = null): T

    Definition Classes
    BaseResource
  64. val self : Profile

  65. def set_parents (dto: PutParentsDTO): Unit

    Annotations
    @POST() @Path()
  66. def status (code: Unit): Map[String, Any]

    Utility method to execute code and wrap result in Map.

    Utility method to execute code and wrap result in Map.

    Attributes
    protected
    Definition Classes
    BaseResource
  67. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  68. def system_props : Array[ConfigurationEntryResource]

    Annotations
    @JsonProperty()
  69. def system_props_resource : ConfigurationResource

    Annotations
    @Path()
  70. def toString (): String

    Definition Classes
    AnyRef → Any
  71. val uriInfo : UriInfo

    Attributes
    protected
    Definition Classes
    BaseResource
  72. def version : String

    Annotations
    @JsonProperty()
  73. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  74. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  75. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  76. def write_to_zip (zip: ZipArchiveOutputStream): Unit

Inherited from Exportable

Inherited from HasID

Inherited from BaseResource

Inherited from AnyRef

Inherited from Any