public class SystemRole extends MainObject
system_role asset type in IGC, displayed as 'System Role' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<RoleAssignment> |
definesRoleAssignment |
protected String |
nativeId |
protected ItemList<Aclentry> |
ofAclEntry |
protected ItemList<Steward> |
ofPrincipal |
protected String |
product
Valid values are:
ASB (displayed in the UI as 'ASB')
DATASTAGE (displayed in the UI as 'DATASTAGE')
SORCERER (displayed in the UI as 'SORCERER')
SOA (displayed in the UI as 'SOA')
ENTERPRISE_MANAGER (displayed in the UI as 'ENTERPRISE_MANAGER')
OTHER (displayed in the UI as 'OTHER')
GLOSSARY (displayed in the UI as 'GLOSSARY')
OMD (displayed in the UI as 'OMD')
WISD (displayed in the UI as 'WISD')
PERSONA (displayed in the UI as 'PERSONA')
|
protected String |
roleId |
protected String |
roleType
Valid values are:
SUITE (displayed in the UI as 'SUITE')
PRODUCT (displayed in the UI as 'PRODUCT')
PROJECT (displayed in the UI as 'PROJECT')
PERSONA (displayed in the UI as 'PERSONA')
|
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
SystemRole() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<RoleAssignment> |
getDefinesRoleAssignment()
Retrieve the
defines_role_assignment property (displayed as 'Defines Role Assignment') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
ItemList<Aclentry> |
getOfAclEntry()
Retrieve the
of_acl_entry property (displayed as 'Of Acl Entry') of the object. |
ItemList<Steward> |
getOfPrincipal()
Retrieve the
of_principal property (displayed as 'Of Principal') of the object. |
String |
getProduct()
Retrieve the
product property (displayed as 'Product') of the object. |
String |
getRoleId()
Retrieve the
role_id property (displayed as 'Role Id') of the object. |
String |
getRoleType()
Retrieve the
role_type property (displayed as 'Role Type') of the object. |
void |
setDefinesRoleAssignment(ItemList<RoleAssignment> definesRoleAssignment)
Set the
defines_role_assignment property (displayed as Defines Role Assignment) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setOfAclEntry(ItemList<Aclentry> ofAclEntry)
Set the
of_acl_entry property (displayed as Of Acl Entry) of the object. |
void |
setOfPrincipal(ItemList<Steward> ofPrincipal)
Set the
of_principal property (displayed as Of Principal) of the object. |
void |
setProduct(String product)
Set the
product property (displayed as Product) of the object. |
void |
setRoleId(String roleId)
Set the
role_id property (displayed as Role Id) of the object. |
void |
setRoleType(String roleType)
Set the
role_type property (displayed as Role Type) of the object. |
getAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected ItemList<RoleAssignment> definesRoleAssignment
protected String nativeId
protected String product
protected String roleId
protected String roleType
public ItemList<RoleAssignment> getDefinesRoleAssignment()
defines_role_assignment property (displayed as 'Defines Role Assignment') of the object.ItemList<RoleAssignment>public void setDefinesRoleAssignment(ItemList<RoleAssignment> definesRoleAssignment)
defines_role_assignment property (displayed as Defines Role Assignment) of the object.definesRoleAssignment - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic ItemList<Aclentry> getOfAclEntry()
of_acl_entry property (displayed as 'Of Acl Entry') of the object.ItemList<Aclentry>public void setOfAclEntry(ItemList<Aclentry> ofAclEntry)
of_acl_entry property (displayed as Of Acl Entry) of the object.ofAclEntry - the value to setpublic ItemList<Steward> getOfPrincipal()
of_principal property (displayed as 'Of Principal') of the object.ItemList<Steward>public void setOfPrincipal(ItemList<Steward> ofPrincipal)
of_principal property (displayed as Of Principal) of the object.ofPrincipal - the value to setpublic String getProduct()
product property (displayed as 'Product') of the object.Stringpublic void setProduct(String product)
product property (displayed as Product) of the object.product - the value to setpublic String getRoleId()
role_id property (displayed as 'Role Id') of the object.Stringpublic void setRoleId(String roleId)
role_id property (displayed as Role Id) of the object.roleId - the value to setpublic String getRoleType()
role_type property (displayed as 'Role Type') of the object.Stringpublic void setRoleType(String roleType)
role_type property (displayed as Role Type) of the object.roleType - the value to setCopyright © 2018–2021 ODPi. All rights reserved.