Namespace: Consultingwerk.OERA.RestResource
Class 
RestAddress Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.OERA.RestResource.IRestAddress

File:RestAddress
Purpose:Describes a REST resource address scheme
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Jul 23 10:59:44 CEST 2017



Top Method Summary
Options Name Purpose
+ CHARACTER ToString () Returns a CHARACTER Representation of the RestAddress

Top Constructor Summary
Options Name Purpose
+ RestAddress (character, RestAddressTypeEnum, character, character, character) Constructor for the RestAddress class
+ RestAddress (character, RestAddressTypeEnum, character, character, character, character) Constructor for the RestAddress class
+ RestAddress (character, RestAddressTypeEnum, character, character, character, character, character) Constructor for the RestAddress class
+ RestAddress (character, RestAddressTypeEnum, character, character, character, character, character, character, logical, logical, logical, logical) Constructor for the RestAddress class
+ RestAddress (character, RestAddressTypeEnum, character, character, character, logical, logical, logical, logical) Constructor for the RestAddress class
+ RestAddress (SerializableAnnotation, character) Constructor for the RestAddress class

Top Property Summary
Options Name Purpose
+ CHARACTER Address
+ LOGICAL CanCreate
+ LOGICAL CanDelete
+ LOGICAL CanRead
+ LOGICAL CanUpdate
+ CHARACTER ChildAddresses
+ CHARACTER EntityName
+ CHARACTER Fields
+ CHARACTER Id
+ CHARACTER Links
+ CHARACTER Tables
+ Consultingwerk.OERA.RestResource.RestAddressTypeEnum Type


Method Detail
Top

PUBLIC CHARACTER ToString ()

Purpose: Returns a CHARACTER Representation of the RestAddress
Notes:

Returns CHARACTER
The CHARACTER Representation of the RestAddress


Constructor Detail
Top

PUBLIC RestAddress (character, RestAddressTypeEnum, character, character, character)

Purpose: Constructor for the RestAddress class
Notes:

Parameters:
pcAddress CHARACTER
The Address value
poType Consultingwerk.OERA.RestResource.RestAddressTypeEnum
The Type value
pcEntityName CHARACTER
The EntityName value
pcTables CHARACTER
The tables value
pcId CHARACTER
The Id value
Top

PUBLIC RestAddress (character, RestAddressTypeEnum, character, character, character, character)

Purpose: Constructor for the RestAddress class
Notes:

Parameters:
pcAddress CHARACTER
The Address value
poType Consultingwerk.OERA.RestResource.RestAddressTypeEnum
The Type value
pcEntityName CHARACTER
The EntityName value
pcTables CHARACTER
The tables value
pcId CHARACTER
The Id value
pcFields CHARACTER
The Fields value
Top

PUBLIC RestAddress (character, RestAddressTypeEnum, character, character, character, character, character)

Purpose: Constructor for the RestAddress class
Notes:

Parameters:
pcAddress CHARACTER
The Address value
poType Consultingwerk.OERA.RestResource.RestAddressTypeEnum
The Type value
pcEntityName CHARACTER
The EntityName value
pcTables CHARACTER
The tables value
pcId CHARACTER
The Id value
pcFields CHARACTER
The Fields value
pcChildAddresses CHARACTER
The child address values
Top

PUBLIC RestAddress (character, RestAddressTypeEnum, character, character, character, character, character, character, logical, logical, logical, logical)

Purpose: Constructor for the RestAddress class
Notes:

Parameters:
pcAddress CHARACTER
The Address value
poType Consultingwerk.OERA.RestResource.RestAddressTypeEnum
The Type value
pcEntityName CHARACTER
The EntityName value
pcTables CHARACTER
The tables value
pcId CHARACTER
The Id value
pcFields CHARACTER
The Fields value
pcChildAddresses CHARACTER
The child address values
pcLinks CHARACTER
The links value
plCanRead LOGICAL
The CanRead value
plCanUpdate LOGICAL
The CanUpdate value
plCanCreate LOGICAL
The CanCreate value
plCanDelete LOGICAL
The CanDelete value
Top

PUBLIC RestAddress (character, RestAddressTypeEnum, character, character, character, logical, logical, logical, logical)

Purpose: Constructor for the RestAddress class
Notes:

Parameters:
pcAddress CHARACTER
The Address value
poType Consultingwerk.OERA.RestResource.RestAddressTypeEnum
The Type value
pcEntityName CHARACTER
The EntityName value
pcTables CHARACTER
The tables value
pcId CHARACTER
The Id value
plCanRead LOGICAL
The CanRead value
plCanUpdate LOGICAL
The CanUpdate value
plCanCreate LOGICAL
The CanCreate value
plCanDelete LOGICAL
The CanDelete value
Top

PUBLIC RestAddress (SerializableAnnotation, character)

Purpose: Constructor for the RestAddress class
Notes:

Parameters:
poAnnotation Consultingwerk.Framework.TypeDescriptor.SerializableAnnotation
The class annotation that provides the information for the REST Address
pcEntityName CHARACTER
The name of the Business Entity


Property Detail
Top

PUBLIC CHARACTER Address


Returns CHARACTER
Top

PUBLIC LOGICAL CanCreate


Returns LOGICAL
Top

PUBLIC LOGICAL CanDelete


Returns LOGICAL
Top

PUBLIC LOGICAL CanRead


Returns LOGICAL
Top

PUBLIC LOGICAL CanUpdate


Returns LOGICAL
Top

PUBLIC CHARACTER ChildAddresses


Returns CHARACTER
Top

PUBLIC CHARACTER EntityName


Returns CHARACTER
Top

PUBLIC CHARACTER Fields


Returns CHARACTER
Top

PUBLIC CHARACTER Id


Returns CHARACTER
Top

PUBLIC CHARACTER Links


Returns CHARACTER
Top

PUBLIC CHARACTER Tables


Returns CHARACTER
Top

PUBLIC Consultingwerk.OERA.RestResource.RestAddressTypeEnum Type


Returns Consultingwerk.OERA.RestResource.RestAddressTypeEnum


©2006-2020 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       04.02.2020 23:14:50