com.fusesource.fmc.webui.profile

ProfileResource

class ProfileResource extends BaseResource with HasID

Linear Supertypes
HasID, BaseResource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ProfileResource
  2. HasID
  3. BaseResource
  4. AnyRef
  5. 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[AgentResource]

    Annotations
    @JsonProperty()
  17. def agents_resource : Array[AgentResource]

    Annotations
    @Path()
  18. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  19. def bundles : Array[ConfigurationEntryResource]

    Annotations
    @JsonProperty()
  20. def bundles_resource : ConfigurationResource

    Annotations
    @Path()
  21. def clone (): AnyRef

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

    Annotations
    @JsonProperty()
  23. def config_props_resource : ConfigurationResource

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

    Annotations
    @JsonProperty()
  25. def configurations_resource : PropertyFilesResource

    Annotations
    @Path()
  26. def delete : Unit

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

  28. def delete_bundle (id: String): Unit

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

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

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

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

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

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

    Annotations
    @DELETE() @Path()
  35. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  37. def fabric_service : FabricService

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

    Annotations
    @JsonProperty()
  39. def fabs_resource : ConfigurationResource

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

    Annotations
    @JsonProperty()
  41. def features_resource : ConfigurationResource

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. 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()
  44. def getClass (): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  46. def id : String

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

    Attributes
    final
    Definition Classes
    Any
  48. def is_abstract : Boolean

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

    Attributes
    implicit
    Definition Classes
    BaseResource
  50. val logger : Logger

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

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

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

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

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

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

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

    Annotations
    @JsonProperty()
  58. def repositories_resource : ConfigurationResource

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

    Definition Classes
    BaseResource
  60. val self : Profile

  61. def set_parents (dto: PutParentsDTO): Unit

    Annotations
    @POST() @Path()
  62. 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
  63. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Annotations
    @JsonProperty()
  65. def system_props_resource : ConfigurationResource

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

    Definition Classes
    AnyRef → Any
  67. val uriInfo : UriInfo

    Attributes
    protected
    Definition Classes
    BaseResource
  68. def version : String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from HasID

Inherited from BaseResource

Inherited from AnyRef

Inherited from Any