Type declaration
-
create:function
- create<I>(base?: I): WorkItemQueue
-
Type Parameters
-
I extends {
_acl?: ({ _id?: string; deny?: boolean; rights?: number; })[];
_created?: Date;
_createdby?: string;
_createdbyid?: string;
_id?: string;
_modified?: Date;
_modifiedby?: string;
_modifiedbyid?: string;
_version?: number;
amqpqueue?: string;
failed_wiq?: string;
failed_wiqid?: string;
initialdelay?: number;
maxretries?: number;
name?: string;
packageid?: string;
projectid?: string;
retrydelay?: number;
robotqueue?: string;
success_wiq?: string;
success_wiqid?: string;
usersrole?: string;
workflowid?: string;
} & {
_acl?: {
_id?: string;
deny?: boolean;
rights?: number;
}[] & ({
_id?: string;
deny?: boolean;
rights?: number;
} & ({ _id?: string; deny?: boolean; rights?: number; }) & { [ K in string | number | symbol]: never })[] & { [ K in string | symbol]: never };
_created?: Date;
_createdby?: string;
_createdbyid?: string;
_id?: string;
_modified?: Date;
_modifiedby?: string;
_modifiedbyid?: string;
_version?: number;
amqpqueue?: string;
failed_wiq?: string;
failed_wiqid?: string;
initialdelay?: number;
maxretries?: number;
name?: string;
packageid?: string;
projectid?: string;
retrydelay?: number;
robotqueue?: string;
success_wiq?: string;
success_wiqid?: string;
usersrole?: string;
workflowid?: string;
} & { [ K in string | number | symbol]: never }
-
decode:function
- decode(input: Uint8Array | Reader, length?: number): WorkItemQueue
-
Parameters
-
input: Uint8Array | Reader
-
Optional
length: number
-
encode:function
- encode(message: WorkItemQueue, writer?: Writer): Writer
-
Returns Writer
-
fromJSON:function
-
fromPartial:function
- fromPartial<I>(object: I): WorkItemQueue
-
Type Parameters
-
I extends {
_acl?: ({ _id?: string; deny?: boolean; rights?: number; })[];
_created?: Date;
_createdby?: string;
_createdbyid?: string;
_id?: string;
_modified?: Date;
_modifiedby?: string;
_modifiedbyid?: string;
_version?: number;
amqpqueue?: string;
failed_wiq?: string;
failed_wiqid?: string;
initialdelay?: number;
maxretries?: number;
name?: string;
packageid?: string;
projectid?: string;
retrydelay?: number;
robotqueue?: string;
success_wiq?: string;
success_wiqid?: string;
usersrole?: string;
workflowid?: string;
} & {
_acl?: {
_id?: string;
deny?: boolean;
rights?: number;
}[] & ({
_id?: string;
deny?: boolean;
rights?: number;
} & ({ _id?: string; deny?: boolean; rights?: number; }) & { [ K in string | number | symbol]: never })[] & { [ K in string | symbol]: never };
_created?: Date;
_createdby?: string;
_createdbyid?: string;
_id?: string;
_modified?: Date;
_modifiedby?: string;
_modifiedbyid?: string;
_version?: number;
amqpqueue?: string;
failed_wiq?: string;
failed_wiqid?: string;
initialdelay?: number;
maxretries?: number;
name?: string;
packageid?: string;
projectid?: string;
retrydelay?: number;
robotqueue?: string;
success_wiq?: string;
success_wiqid?: string;
usersrole?: string;
workflowid?: string;
} & { [ K in string | number | symbol]: never }
-
toJSON:function