Package com.appiancorp.suiteapi.process
Class PriorityRegistration
java.lang.Object
com.appiancorp.suiteapi.process.PriorityRegistration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates and returns a new Priority object.boolean
boolean
Returns whether or not this priority is the default priority in the system.Returns the description of the priority.Returns the effective ID for the priority.Returns the collaboration document ID of the icon associated with this priority.getId()
Returns the id of the priority.Returns the location of the image associated with this priority.getName()
Returns the name of the priority.int
hashCode()
void
setDefault
(boolean value) Sets whether or not this priority is the default priority in the system.void
setDescription
(LocaleString description) void
setEffectiveId
(Long effectiveId) void
void
void
setImageLoc
(String imageLoc) void
setName
(LocaleString name)
-
Constructor Details
-
PriorityRegistration
public PriorityRegistration()
-
-
Method Details
-
copyNonLocalizedFieldsOnly
Creates and returns a new Priority object. The returned object's "non-localized" fields will be set to point to this object's corresponding fields. Non-localized fields are all the fields that are not LocaleString fields and are not String fields holding bundle keys. -
getId
Returns the id of the priority. -
setId
-
getName
Returns the name of the priority. -
setName
-
getDescription
Returns the description of the priority. -
setDescription
-
getIconId
Returns the collaboration document ID of the icon associated with this priority. -
setIconId
-
getEffectiveId
Returns the effective ID for the priority. If the priority has not been deregistered, then the effective ID is the same as the ID. If the priority has been deregistered, then the effective ID is the one that corresponds to the next registered priority in the direction of the default priority. -
setEffectiveId
-
getDefault
public boolean getDefault()Returns whether or not this priority is the default priority in the system. -
setDefault
public void setDefault(boolean value) Sets whether or not this priority is the default priority in the system. The system default priority is the last priority registered with thedefault
property set totrue
. -
getImageLoc
Returns the location of the image associated with this priority. -
setImageLoc
-
hashCode
public int hashCode() -
equals
-