public class Actiondescriptor extends Reference
actiondescriptor asset type in IGC, displayed as 'ActionDescriptor' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected ItemList<UserRole> |
hasPrivilegeContactRole |
protected ItemList<SystemRole> |
hasPrivilegeSystemRole |
protected String |
instanceConstraintExpression |
protected String |
name |
protected Classdescriptor |
ofClassDescriptor |
protected String |
operation |
protected String |
parameters |
| Constructor and Description |
|---|
Actiondescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
String |
getDisplayName()
Retrieve the
display_name property (displayed as 'Display Name') of the object. |
ItemList<UserRole> |
getHasPrivilegeContactRole()
Retrieve the
has_privilege_contact_role property (displayed as 'Has Privilege Contact Role') of the object. |
ItemList<SystemRole> |
getHasPrivilegeSystemRole()
Retrieve the
has_privilege_system_role property (displayed as 'Has Privilege System Role') of the object. |
String |
getInstanceConstraintExpression()
Retrieve the
instance_constraint_expression property (displayed as 'Instance Constraint Expression') of the object. |
Classdescriptor |
getOfClassDescriptor()
Retrieve the
of_class_descriptor property (displayed as 'Of Class Descriptor') of the object. |
String |
getOperation()
Retrieve the
operation property (displayed as 'Operation') of the object. |
String |
getParameters()
Retrieve the
parameters property (displayed as 'Parameters') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setDescription(String description)
Set the
description property (displayed as Description) of the object. |
void |
setDisplayName(String displayName)
Set the
display_name property (displayed as Display Name) of the object. |
void |
setHasPrivilegeContactRole(ItemList<UserRole> hasPrivilegeContactRole)
Set the
has_privilege_contact_role property (displayed as Has Privilege Contact Role) of the object. |
void |
setHasPrivilegeSystemRole(ItemList<SystemRole> hasPrivilegeSystemRole)
Set the
has_privilege_system_role property (displayed as Has Privilege System Role) of the object. |
void |
setInstanceConstraintExpression(String instanceConstraintExpression)
Set the
instance_constraint_expression property (displayed as Instance Constraint Expression) of the object. |
void |
setOfClassDescriptor(Classdescriptor ofClassDescriptor)
Set the
of_class_descriptor property (displayed as Of Class Descriptor) of the object. |
void |
setOperation(String operation)
Set the
operation property (displayed as Operation) of the object. |
void |
setParameters(String parameters)
Set the
parameters property (displayed as Parameters) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
areModificationDetailsPopulated, 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 String description
protected String displayName
protected ItemList<SystemRole> hasPrivilegeSystemRole
protected String instanceConstraintExpression
protected String name
protected Classdescriptor ofClassDescriptor
protected String operation
protected String parameters
public String getDescription()
description property (displayed as 'Description') of the object.Stringpublic void setDescription(String description)
description property (displayed as Description) of the object.description - the value to setpublic String getDisplayName()
display_name property (displayed as 'Display Name') of the object.Stringpublic void setDisplayName(String displayName)
display_name property (displayed as Display Name) of the object.displayName - the value to setpublic ItemList<UserRole> getHasPrivilegeContactRole()
has_privilege_contact_role property (displayed as 'Has Privilege Contact Role') of the object.ItemList<UserRole>public void setHasPrivilegeContactRole(ItemList<UserRole> hasPrivilegeContactRole)
has_privilege_contact_role property (displayed as Has Privilege Contact Role) of the object.hasPrivilegeContactRole - the value to setpublic ItemList<SystemRole> getHasPrivilegeSystemRole()
has_privilege_system_role property (displayed as 'Has Privilege System Role') of the object.ItemList<SystemRole>public void setHasPrivilegeSystemRole(ItemList<SystemRole> hasPrivilegeSystemRole)
has_privilege_system_role property (displayed as Has Privilege System Role) of the object.hasPrivilegeSystemRole - the value to setpublic String getInstanceConstraintExpression()
instance_constraint_expression property (displayed as 'Instance Constraint Expression') of the object.Stringpublic void setInstanceConstraintExpression(String instanceConstraintExpression)
instance_constraint_expression property (displayed as Instance Constraint Expression) of the object.instanceConstraintExpression - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic Classdescriptor getOfClassDescriptor()
of_class_descriptor property (displayed as 'Of Class Descriptor') of the object.Classdescriptorpublic void setOfClassDescriptor(Classdescriptor ofClassDescriptor)
of_class_descriptor property (displayed as Of Class Descriptor) of the object.ofClassDescriptor - the value to setpublic String getOperation()
operation property (displayed as 'Operation') of the object.Stringpublic void setOperation(String operation)
operation property (displayed as Operation) of the object.operation - the value to setpublic String getParameters()
parameters property (displayed as 'Parameters') of the object.Stringpublic void setParameters(String parameters)
parameters property (displayed as Parameters) of the object.parameters - the value to setCopyright © 2018–2021 ODPi. All rights reserved.